Click or drag to resize
ComplexUnaryNegation Operator
Returns the negative of a Complex object, -x.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static Complex operator -(
	Complex x
)

Parameters

x
Type: Imsl.MathComplex
A Complex object.

Return Value

Type: Complex
A newly constructed Complex initialized to the negative of the Complex argument, x.
See Also