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

Tanım

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

 static bool System.Numerics.INumberBase<System.Numerics.BigInteger>.IsSubnormal(System::Numerics::BigInteger value) = System::Numerics::INumberBase<System::Numerics::BigInteger>::IsSubnormal;
static bool INumberBase<BigInteger>.IsSubnormal (System.Numerics.BigInteger value);
static member System.Numerics.INumberBase<System.Numerics.BigInteger>.IsSubnormal : System.Numerics.BigInteger -> bool
 Shared Function IsSubnormal (value As BigInteger) As Boolean Implements INumberBase(Of BigInteger).IsSubnormal

Parametreler

value
BigInteger

Denetlenecek değer.

Döndürülenler

true altnormal ise value ; değilse, false.

Uygulamalar

Şunlara uygulanır