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

Definition

Bestimmt, ob ein Wert unendlich ist.

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

Parameter

value
UInt64

Der zu überprüfende Wert.

Gibt zurück

true , wenn value unendlich ist, andernfalls false.

Implementiert

Gilt für: