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 对象为只读。

注解

有关负无穷大的详细信息,请参阅 DoubleSingle

适用于

另请参阅