IMSL C# Numerical Library

Complex Unary Negation Operator 

Returns the negative of a Complex object, -x.

public static Complex operator -(
   Complex x
);

Parameters

x
A Complex object.

Return Value

A newly constructed Complex initialized to the negative of the Complex argument, x.

See Also

Complex Class | Imsl.Math Namespace