Freigeben über


Complex.IsNegative(Complex) Methode

Definition

Bestimmt, ob ein Wert negativ ist.

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

Parameter

value
Complex

Der zu überprüfende Wert.

Gibt zurück

true, wenn value negativ ist; andernfalls false.

Implementiert

Hinweise

Ein Rückgabewert von false bedeutet nicht, dass IsPositive(TSelf)truezurückgibt. Eine komplexe Zahl, die für nicht null ba + bi ist, ist nicht positiv oder negativ.

Gilt für: