NumberFormatInfo.NegativeInfinitySymbol プロパティ
負の無限大を表す文字列を取得または設定します。
Public Property NegativeInfinitySymbol As String
[C#]
public string NegativeInfinitySymbol {get; set;}
[C++]
public: __property String* get_NegativeInfinitySymbol();public: __property void set_NegativeInfinitySymbol(String*);
[JScript]
public function get NegativeInfinitySymbol() : String;public function set NegativeInfinitySymbol(String);
プロパティ値
負の無限大を表す文字列。 InvariantInfo の既定値は、"-Infinity" です。
例外
例外の種類 | 条件 |
---|---|
ArgumentNullException | プロパティが null 参照 (Visual Basic では Nothing) に設定されています。 |
InvalidOperationException | プロパティが設定されていますが、 NumberFormatInfo が読み取り専用です。 |
解説
負の無限大の詳細については、 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 名前空間 | PositiveInfinitySymbol