Complex.IsPositive(Complex) Yöntem

Tanım

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

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

Parametreler

value
Complex

Denetlenecek değer.

Döndürülenler

true pozitifse value ; değilse, false.

Uygulamalar

Açıklamalar

dönüş değeri false döndüreceği IsNegative(TSelf)trueanlamına gelmez. Sıfır a + biolmayan için karmaşık bir sayı b pozitif veya negatif değildir.

Şunlara uygulanır