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

Definizione

Determina se un valore rappresenta un numero integrale.

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

Parametri

value
Int32

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a