AForge.Math.Complex.operator C# (CSharp) 메소드

operator() 공개 정적인 메소드

Negates the complex number.
public static operator ( ) : Complex
리턴 Complex
        public static Complex operator -(Complex a)
        {
            return Negate(a);
        }

Same methods

Complex::operator ( ) : bool