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

Definition

Bestimmt, ob ein Wert eine ganzzahlige Zahl darstellt.

 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

Parameter

value
UInt64

Der zu überprüfende Wert.

Gibt zurück

true , wenn value eine ganze Zahl ist, andernfalls false.

Implementiert

Gilt für: