Udostępnij za pośrednictwem


Complex.IsNegative(Complex) Metoda

Definicja

Określa, czy wartość jest ujemna.

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

Parametry

value
Complex

Wartość do sprawdzenia.

Zwraca

true, jeśli value jest ujemna; w przeciwnym razie false.

Implementuje

Uwagi

Wartość zwracana false nie oznacza, że IsPositive(TSelf) zwróci true. Liczba zespolona, a + bi dla niezerowych b, nie jest dodatnia lub ujemna.

Dotyczy