NumberFormatInfo.NaNSymbol プロパティ
定義
IEEE NaN (非数) 値を表す文字列を取得または設定します。Gets or sets the string that represents the IEEE NaN (not a number) value.
public:
property System::String ^ NaNSymbol { System::String ^ get(); void set(System::String ^ value); };
public string NaNSymbol { get; set; }
member this.NaNSymbol : string with get, set
Public Property NaNSymbol As String
プロパティ値
IEEE NaN (非数) 値を表す文字列。The string that represents the IEEE NaN (not a number) value. InvariantInfo の既定値は "NaN" です。The default for InvariantInfo is "NaN".
例外
プロパティが null
に設定されています。The property is being set to null
.
このプロパティが設定されていますが、NumberFormatInfo オブジェクトは読み取り専用です。The property is being set and the NumberFormatInfo object is read-only.
注釈
NaN 値の詳細については、「」または「」を参照してください Double Single 。For more information on NaN values, see Double or Single.