NumberFormatInfo.NaNSymbol Propriété

Définition

Obtient ou définit la chaîne représentant la valeur IEEE NaN (pas un nombre).

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

Valeur de propriété

Chaîne représentant la valeur IEEE NaN (pas un nombre). La valeur par défaut de InvariantInfo est « NaN ».

Exceptions

La propriété est définie sur null.

La propriété est définie et l’objet NumberFormatInfo est en lecture seule.

Remarques

Pour plus d’informations sur les valeurs NaN, consultez Double ou Single.

S’applique à

Voir aussi