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

Definizione

Determina se un valore è normale.

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

Parametri

value
BigInteger

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a