BigInteger.INumberBase<BigInteger>.IsSubnormal(BigInteger) Método

Definição

Determina se um valor é subnormal.

 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

Parâmetros

value
BigInteger

O valor a ser verificado.

Retornos

true se value for subnormal; caso contrário, false.

Implementações

Aplica-se a