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

Definizione

Determina se un valore è sottonormaale.

 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

Parametri

value
BigInteger

Valore da controllare.

Restituisce

true se value è sottonormaale; in caso contrario, false.

Implementazioni

Si applica a