Decimal.INumberBase<Decimal>.IsSubnormal(Decimal) Metodo

Definizione

Determina se un valore è 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

Parametri

value
Decimal

Valore da controllare.

Restituisce

true se value è sottonormal; in caso contrario, false.

Implementazioni

Si applica a