Decimal.INumberBase<Decimal>.IsNaN(Decimal) Metodo

Definizione

Determina se un valore è NaN.

 static bool System.Numerics.INumberBase<System.Decimal>.IsNaN(System::Decimal value) = System::Numerics::INumberBase<System::Decimal>::IsNaN;
static bool INumberBase<decimal>.IsNaN (decimal value);
static member System.Numerics.INumberBase<System.Decimal>.IsNaN : decimal -> bool
 Shared Function IsNaN (value As Decimal) As Boolean Implements INumberBase(Of Decimal).IsNaN

Parametri

value
Decimal

Valore da controllare.

Restituisce

true se value è NaN; in caso contrario, false.

Implementazioni

Si applica a