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

Definition

Bestimmt, ob ein Wert negative Unendlichkeit ist.

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

Parameter

value
UIntPtr

unativeint

Der zu überprüfende Wert.

Gibt zurück

true wenn value negative Unendlichkeit; andernfalls false.

Implementiert

Gilt für: