IntPtr.IsNegative(IntPtr) Methode

Definition

Bestimmt, ob ein Wert negativ ist.

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

Parameter

value
IntPtr

nativeint

Gibt zurück

Boolean

true wenn negativ; andernfalls value false.

Implementiert

Hinweise

Ein Rückgabewert von false bedeutet nicht, dass zurückgegeben IsPositive(TSelf) wird true. Eine komplexe Zahl, für Nicht-Nullb, a + bi ist nicht positiv oder negativ.

Gilt für