NumberFormatInfo.NaNSymbol プロパティ

定義

IEEE NaN (非数) 値を表す文字列を取得または設定します。

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 (非数) 値を表す文字列。 InvariantInfo の既定値は "NaN" です。

例外

プロパティが null に設定されています。

このプロパティが設定されていますが、NumberFormatInfo オブジェクトは読み取り専用です。

注釈

NaN 値の詳細については、 または Singleを参照してくださいDouble

適用対象

こちらもご覧ください