Global Variable グローバル変数

NSDecimalSeparator

A string that specifies the decimal separator. ある文字列、それは小数分離子を指定します。

Declaration 宣言

NSString *const NSDecimalSeparator;

Discussion 議論

The decimal separator separates the ones place from the tenths place. The default is “.”. 小数分離子は、1の位を小数点第1の位から分離します。省略時には “.” です。

See Also 参照

Numeric Information 数値的情報