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

zeroPadsFractionDigits

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

Declaration 宣言

var zeroPadsFractionDigits: Bool { get set }

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 isAdaptive 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. 小数部のゼロ詰めを使って表示する値は、一貫した数の小数桁が表示されるようにして、表示の更新をより安定した状態にします。例えば、isAdaptiveアルゴリズムが使われるならば、このオプションは、1.19 と 1.2 GB を 1.19 GB1.20 GBのようにそれぞれ書式化します、一方オプション無しでは文字は1.2 GBのように表示されるでしょう。

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

See Also 参照

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