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

notANumberSymbol

The string used to represent a NaN (“not a number”) value. NaN(“not a number”、非数)値を表すのに使われる文字列。

Declaration 宣言

@property(copy) NSString *notANumberSymbol;

Discussion 議論

By default, this property is set to the string "NaN". 初期状態では、このプロパティは文字列 "NaN" に設定されます。

See Also 参照

Configuring Numeric Symbols 数値表象を構成設定する