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

Definition

Bestimmt, ob ein Wert negativ ist.

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

Parameter

value
UIntPtr

unativeint

Der zu überprüfende Wert.

Gibt zurück

true , wenn value negativ ist, falseandernfalls .

Implementiert

Gilt für: