You must set the usesSignificantDigits property to YES in order for this property to affect formatting behavior. By default, the minimum number of significant digits is 1.
あなたは、usesSignificantDigitsプロパティをYESに設定しなければなりません、このプロパティが書式設定挙動に影響を及ぼすために。初期状態では、最小限の有効桁数は1です。
The following code demonstrates the effect of setting minimumSignificantDigits when formatting various numbers:
以下のコードは、minimumSignificantDigitsを様々な数値を書式設定している時に設定する効果を実演します:
A Boolean value indicating whether the formatter uses minimum and maximum significant digits when formatting numbers.
フォーマッタが数値を書式設定している時に最小および最大有効桁数を使用するかどうかを指し示すブール値。