IntPtr.IsPositive(IntPtr) Methode

Definition

Bestimmt, ob ein Wert positiv ist.

public:
 static bool IsPositive(IntPtr value) = System::Numerics::INumberBase<IntPtr>::IsPositive;
public static bool IsPositive (IntPtr value);
static member IsPositive : nativeint -> bool
Public Shared Function IsPositive (value As IntPtr) As Boolean

Parameter

value
IntPtr

nativeint

Der zu überprüfende Wert.

Gibt zurück

true , wenn value positiv ist, andernfalls false.

Implementiert

Hinweise

Ein Rückgabewert von false bedeutet nicht, dass IsNegative(TSelf) zurückgegeben truewird. Eine komplexe Zahl a + bi für ungleich 0 bist nicht positiv oder negativ.

Gilt für: