Click or drag to resize
ComplexNegate Method
Returns the negative of a Complex object, -z.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static Complex Negate(
	Complex z
)

Parameters

z
Type: Imsl.MathComplex
A Complex object.

Return Value

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