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 wartość true. Liczba zespolona dla a + bi wartości niezerowej bnie jest dodatnia lub ujemna

Dotyczy