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

Definition

Bestimmt, ob ein Wert subnormal ist.

 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

Parameter

value
Decimal

Der zu überprüfende Wert.

Gibt zurück

true , wenn value subnormal ist, falseandernfalls .

Implementiert

Gilt für: