Instance Property インスタンスプロパティ

adaptive

Determines the display style of the size representation. サイズ表現の表示形式を決定します。

Declaration 宣言

@property(getter=isAdaptive) BOOL adaptive;

Discussion 議論

The "adaptive" algorithm is platform specific and uses a different number of fraction digits based on the magnitude (in OS X v10.8: 0 fraction digits for bytes and KB; 1 fraction digits for MB; 2 for GB and above). Otherwise the result always tries to show at least three significant digits, introducing fraction digits as necessary. この "適応性" アルゴリズムはプラットホーム固有です、そして規模に基づいて異なる小数桁数を使います(OS X v10.8:バイト数とKBでは小数桁0;MBでは小数桁1;GB以上では2)。そうでなければ結果は、小数桁を必須のものとして導入して、常に少なくとも3小数桁を示そうとします。

Default is YES. 省略時はYESです。

See Also 参照

Setting Formatting Styles 書式形式を設定する