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

Definição

Determina se um valor representa um número integral.

 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

O valor a ser verificado.

Retornos

true se value for um inteiro; caso contrário, false.

Implementações

Aplica-se a