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

Definizione

Determina se un valore rappresenta un numero integrale.

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

Parametri

value
UInt64

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a