Aracılığıyla paylaş


Complex.IsNegative(Complex) Yöntem

Tanım

Bir değerin negatif olup olmadığını belirler.

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

Parametreler

value
Complex

Denetlenecek değer.

Döndürülenler

value negatifse true; aksi takdirde, false.

Uygulamalar

Açıklamalar

false dönüş değeri, IsPositive(TSelf)truedöndüreceği anlamına gelmez. Sıfır olmayan biçin a + bi karmaşık bir sayı pozitif veya negatif değildir.

Şunlara uygulanır