Click or drag to resize
ComplexConjugate Method
Returns the complex conjugate of a Complex object.

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

Parameters

z
Type: Imsl.MathComplex
A Complex object.

Return Value

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