NumberFormatInfo.NaNSymbol Proprietà

Definizione

Ottiene o imposta la stringa che rappresenta il valore IEEE NaN (Not a Number).

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

Valore della proprietà

Stringa che rappresenta il valore IEEE NaN (Not a Number). L'impostazione predefinita per InvariantInfo è "NaN".

Eccezioni

La proprietà viene impostata su null.

La proprietà viene impostata e l'oggetto NumberFormatInfo è di sola lettura.

Commenti

Per altre informazioni sui valori NaN, vedere Double o Single.

Si applica a

Vedi anche