Complex.IsNegative(Complex) 메서드

정의

값이 음수인지 여부를 확인합니다.

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

매개 변수

value
Complex

확인할 값입니다.

반환

value 음수이면 true. 그렇지 않으면 false.

구현

설명

false 반환 값이 IsPositive(TSelf)true반환함을 의미하지는 않습니다. 0이 아닌 ba + bi 복소수는 양수 또는 음수가 아닙니다.

적용 대상