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

Definicja

Określa, czy wartość jest podnormalna.

 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

Parametry

value
BigInteger

Wartość do sprawdzenia.

Zwraca

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

Implementuje

Dotyczy