nfloat.IsNaN(nfloat) Metodo

Definizione

Restituisce un valore che indica se il valore specificato non è un numero (NaN).

public static bool IsNaN (nfloat f);
static member IsNaN : nfloat -> bool

Parametri

f
nfloat

Numero a virgola mobile nfloat.

Restituisce

true se d restituisce NaN; in caso contrario, false.

Commenti

IsNaN(nfloat) restituisce false se un nfloat valore è PositiveInfinity o NegativeInfinity. Per verificare questi valori, usare i IsInfinity(nfloat)metodi , IsPositiveInfinity(nfloat)e M:System.Double.IsNegativeInfinity(System.nfloat).

Si applica a