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

Definition

Bestimmt, ob ein Wert positiv unendlich ist.

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

Parameter

value
UInt64

Der zu überprüfende Wert.

Gibt zurück

true , wenn value positive Unendlichkeit ist, falseandernfalls .

Implementiert

Gilt für: