BigInteger.INumberBase<BigInteger>.IsNormal(BigInteger) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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, false
es .
Implementaciones
Se aplica a
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.