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

Definicja

Określa, czy wartość jest podnormalna.

 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

Parametry

value
Decimal

Wartość do sprawdzenia.

Zwraca

truejeśli value jest podnormalny; w przeciwnym razie . false

Implementuje

Dotyczy