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

검사할 값입니다.

반환

true 가 음수이면 value 이고, false그렇지 않으면 입니다.

구현

설명

false 반환 값이 를 반환true한다는 의미는 IsPositive(TSelf) 아닙니다. 0b이 아닌 의 복소수 a + bi 는 양수 또는 음수가 아닙니다.

적용 대상