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

Definição

Determina se um valor é subnormal.

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

Parâmetros

value
Decimal

O valor a ser verificado.

Retornos

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

Implementações

Aplica-se a