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

Definition

Avgör om ett värde är subnormalt.

 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

Parametrar

value
Decimal

Det värde som ska kontrolleras.

Returer

true if value is subnormal;wise, false.

Implementeringar

Gäller för