Decimal.INumberBase<Decimal>.IsSubnormal(Decimal) Yöntem

Tanım

Bir değerin normalin altında olup olmadığını belirler.

 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

Parametreler

value
Decimal

Denetlenecek değer.

Döndürülenler

true altnormalse value ; değilse, false.

Uygulamalar

Şunlara uygulanır