Complex.IsPositive(Complex) Metod

Definition

Avgör om ett värde är positivt.

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

Parametrar

value
Complex

Det värde som ska kontrolleras.

Returer

true om value är positiv, annars false.

Implementeringar

Kommentarer

Ett returvärde för false innebär inte att returnera IsNegative(TSelf)true. Ett komplext tal, a + bi för icke-noll b, är inte positivt eller negativt.

Gäller för