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

Definition

Bestimmt, ob ein Wert endlich ist.

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

Parameter

value
Int64

Der zu überprüfende Wert.

Gibt zurück

true , wenn value endlich ist, falseandernfalls .

Implementiert

Gilt für: