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

Definition

Bestimmt, ob ein Wert endlich ist.

 static bool System.Numerics.INumberBase<System.UInt64>.IsFinite(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsFinite;
static bool INumberBase<ulong>.IsFinite (ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsFinite : uint64 -> bool
 Shared Function IsFinite (value As ULong) As Boolean Implements INumberBase(Of ULong).IsFinite

Parameter

value
UInt64

Der zu überprüfende Wert.

Gibt zurück

true , wenn value endlich ist, andernfalls false.

Implementiert

Gilt für: