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

Definition

Bestimmt, ob ein Wert positiv ist.

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

Parameter

value
UIntPtr

unativeint

Der zu überprüfende Wert.

Gibt zurück

true , wenn value positiv ist, andernfalls false.

Implementiert

Gilt für: