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

Definition

Avgör om ett värde är 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

Parametrar

value
Decimal

Det värde som ska kontrolleras.

Returer

true if value is NaN;wise, false.

Implementeringar

Gäller för