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

Definition

Avgör om ett värde representerar ett heltal.

 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

Parametrar

value
UInt64

Det värde som ska kontrolleras.

Returer

trueom value är ett heltal, annars . false

Implementeringar

Gäller för