Complex.IsPositive(Complex) Methode

Definition

Bestimmt, ob ein Wert positiv ist.

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

Parameter

value
Complex

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)truezurückgibt. Eine komplexe Zahl, die für nicht null ba + bi ist, ist nicht positiv oder negativ.

Gilt für: