Freigeben über


Int128.IsNegative(Int128) Methode

Definition

Bestimmt, ob ein Wert negativ ist.

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

Parameter

value
Int128

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