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

Definicja

Określa, czy wartość to 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

Parametry

value
Decimal

Wartość do sprawdzenia.

Zwraca

true if value is NaN; w przeciwnym razie false.

Implementuje

Dotyczy