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

Definición

Determina si un valor representa un número entero.

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

Parámetros

value
BigInteger

Valor que se va a comprobar.

Devoluciones

true es si value es un entero; de lo contrario, falsees .

Implementaciones

Se aplica a