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

Definition

Bestimmt, ob ein Wert negativ unendlich ist.

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

Parameter

value
IntPtr

nativeint

Der zu überprüfende Wert.

Gibt zurück

true , wenn value negative Unendlichkeit ist, falseandernfalls .

Implementiert

Gilt für: