Lenguaje

NumberFormatInfo.NaNSymbol Propiedad

Definición

Obtiene o establece la cadena que representa el valor NaN ieee (no un número).

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

Valor de propiedad

Cadena que representa el valor NaN de IEEE (no un número). El valor predeterminado de InvariantInfo es "NaN".

Excepciones

La propiedad se establece nullen .

La propiedad se establece y el NumberFormatInfo objeto es de solo lectura.

Comentarios

Para obtener más información sobre los valores naN, vea Double o Single.

Se aplica a

Consulte también