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

zeroPadsFractionDigits

Determines whether to zero pad fraction digits so a consistent number of characters is displayed in a representation. ゼロで小数部に詰め物をするかどうかを決定します、それで一貫した文字数が表現において表示されます。

Declaration 宣言

@property BOOL zeroPadsFractionDigits;

Discussion 議論

Displaying values using zero pad fraction digits causes a consistent number of fraction digits are displayed, causing updating displays to remain more stable. For instance, if the adaptive algorithm is used, this option formats 1.19 and 1.2 GB as 1.19 GB and 1.20 GB, respectively, while without the option the latter would be displayed as 1.2 GB. 例えば、adaptiveアルゴリズムが使われるならば、このオプションは、1.19 と 1.2 GB を 1.19 GB1.20 GBのようにそれぞれ書式化します、一方オプション無しでは文字は1.2 GBのように表示されるでしょう。

The default value is NO. 省略時の値はNOです。

See Also 参照

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