operator unary- method

Complex operator unary-()

Returns the negation of this complex number.

Implementation

Complex operator -() => negate;