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

Definição

Determina se um valor é normal.

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

Parâmetros

value
Decimal

O valor a ser verificado.

Retornos

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

Implementações

Aplica-se a