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