Decimal.INumberBase<Decimal>.IsNaN(Decimal) Método

Definição

Determina se um valor é 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

Parâmetros

value
Decimal

O valor a ser verificado.

Retornos

true se value for NaN; caso contrário, false.

Implementações

Aplica-se a