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

Definition

Bestimmt, ob ein Wert positiv unendlich 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 positiv unendlich ist, falseandernfalls .

Implementiert

Gilt für: