NumberFormatInfo.NaNSymbol Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.