Complex.IsPositive(Complex) Methode

Definitie

Bepaalt of een waarde positief is.

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

Parameters

value
Complex

De waarde die moet worden gecontroleerd.

Retouren

trueindien value positief, anders. false

Implementeringen

Opmerkingen

Een retourwaarde van false impliceert niet dat deze IsNegative(TSelf) retourneert true. Een complex getal, a + bi voor niet-nul b, is niet positief of negatief.

Van toepassing op