operator unary- abstract method

Complex operator unary-()

Negate operator. Returns a Complex whose value is -this. Returns NAN if either real or imaginary part of this complex number equals double.nan.

Implementation

Complex operator -();