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 值的详细信息,请参阅 DoubleSingle

适用于

另请参阅