Decimal.INumberBase<Decimal>.IsNaN(Decimal) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.
Devoluções
true se value for NaN; caso contrário, false.