NumberFormatInfo.NegativeInfinitySymbol プロパティ

定義

負の無限大を表す文字列を取得または設定します。

public:
 property System::String ^ NegativeInfinitySymbol { System::String ^ get(); void set(System::String ^ value); };
public string NegativeInfinitySymbol { get; set; }
member this.NegativeInfinitySymbol : string with get, set
Public Property NegativeInfinitySymbol As String

プロパティ値

負の無限大を表す文字列。 InvariantInfoの既定値は "-Infinity" です。

例外

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

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

注釈

負の無限大の詳細については、 Double または Singleを参照してください。

適用対象

こちらもご覧ください