Aracılığıyla paylaş


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

value pozitif olup olmadığını true; aksi takdirde, false.

Uygulamalar

Açıklamalar

false dönüş değeri, IsNegative(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