NumberFormatInfo.NaNSymbol プロパティ
IEEE NaN (非数) 値を表す文字列を取得または設定します。
Public Property NaNSymbol As String
[C#]
public string NaNSymbol {get; set;}
[C++]
public: __property String* get_NaNSymbol();public: __property void set_NaNSymbol(String*);
[JScript]
public function get NaNSymbol() : String;public function set NaNSymbol(String);
プロパティ値
IEEE NaN (非数) 値を表す文字列。 InvariantInfo の既定値は、"NaN" です。
例外
例外の種類 | 条件 |
---|---|
ArgumentNullException | プロパティが null 参照 (Visual Basic では Nothing) に設定されています。 |
InvalidOperationException | プロパティが設定されていますが、 NumberFormatInfo が読み取り専用です。 |
解説
NaN 値の詳細については、 Double または Single の各トピックを参照してください。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard
参照
NumberFormatInfo クラス | NumberFormatInfo メンバ | System.Globalization 名前空間 | NumberDecimalDigits | NumberDecimalSeparator | NumberGroupSeparator | NumberGroupSizes | NumberNegativePattern | CurrencySymbol | PercentSymbol | PerMilleSymbol