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

Definitie

Bepaalt of een waarde een integraal getal vertegenwoordigt.

 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

Parameters

value
UInt64

De waarde die moet worden gecontroleerd.

Retouren

true als value dit een geheel getal is, falseanders.

Implementeringen

Van toepassing op