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

Definition

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

Implementiert

Gilt für: