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

Définition

Détermine si une valeur est inférieure à la normale.

 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

Paramètres

value
Decimal

Valeur à vérifier.

Retours

true si value est subnormal ; sinon, false.

Implémente

S’applique à