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

Definition

Bestimmt, ob ein Wert positive Unendlichkeit ist.

 static bool System.Numerics.INumberBase<nuint>.IsPositiveInfinity(UIntPtr value) = System::Numerics::INumberBase<UIntPtr>::IsPositiveInfinity;
static bool INumberBase<UIntPtr>.IsPositiveInfinity(UIntPtr value);
static member System.Numerics.INumberBase<nuint>.IsPositiveInfinity : unativeint -> bool
 Shared Function IsPositiveInfinity (value As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).IsPositiveInfinity

Parameter

value
UIntPtr

unativeint

Der zu überprüfende Wert.

Gibt zurück

true wenn value positive Unendlichkeit; andernfalls false.

Implementiert

Gilt für: