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

Definición

Determina si un valor es normal.

 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

Parámetros

value
BigInteger

Valor que se va a comprobar.

Devoluciones

true es si value es normal; de lo contrario, falsees .

Implementaciones

Se aplica a