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

secondaryGroupingSize

The secondary grouping size of the receiver. レシーバの副次グループサイズ。

Declaration 宣言

@property NSUInteger secondaryGroupingSize;

Discussion 議論

Some locales allow the specification of another grouping size for larger numbers. For example, some locales may represent a number such as 61, 242, 378.46 (as in the United States) as 6,12,42,378.46. In this case, the secondary grouping size (covering the groups of digits furthest from the decimal point) is 2. いくつかのロケールは、より大きな数に対して別のグループサイズの指定を許可します。たとえば、いくつかのロケールは、たとえば(合衆国における)61, 242, 378.46のようなある数を6,12,42,378.46のように表すかもしれません。この場合において、副次グループサイズ(小数点から離れた桁のグループを扱っている)は2です。

See Also 参照

Configuring Separators and Grouping Size 分離子やグループサイズを構成設定する