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

Definition

Bestimmt, ob ein Wert positiv unendlich ist.

 static bool System.Numerics.INumberBase<nint>.IsPositiveInfinity(IntPtr value) = System::Numerics::INumberBase<IntPtr>::IsPositiveInfinity;
static bool INumberBase<IntPtr>.IsPositiveInfinity (IntPtr value);
static member System.Numerics.INumberBase<nint>.IsPositiveInfinity : nativeint -> bool
 Shared Function IsPositiveInfinity (value As IntPtr) As Boolean Implements INumberBase(Of IntPtr).IsPositiveInfinity

Parameter

value
IntPtr

nativeint

Der zu überprüfende Wert.

Gibt zurück

true , wenn value positive Unendlichkeit ist, falseandernfalls .

Implementiert

Gilt für: