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

Definizione

Determina se un valore rappresenta un numero integrale.

 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

Parametri

value
BigInteger

Valore da controllare.

Restituisce

true se è un intero; in caso value contrario, false.

Implementazioni

Si applica a