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

Definition

Bestimmt, ob ein Wert eine ganzzahlige Zahl darstellt.

 static bool System.Numerics.INumberBase<System.Int64>.IsInteger(long value) = System::Numerics::INumberBase<long>::IsInteger;
static bool INumberBase<long>.IsInteger (long value);
static member System.Numerics.INumberBase<System.Int64>.IsInteger : int64 -> bool
 Shared Function IsInteger (value As Long) As Boolean Implements INumberBase(Of Long).IsInteger

Parameter

value
Int64

Der zu überprüfende Wert.

Gibt zurück

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

Implementiert

Gilt für: