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

Definición

Determina si un valor representa un número entero.

 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

Parámetros

value
UInt64

Valor que se va a comprobar.

Devoluciones

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

Implementaciones

Se aplica a