Returns the complex conjugate of a Complex object.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public static Complex Conjugate(
	Complex z
)
Visual Basic (Declaration)
Public Shared Function Conjugate ( _
	z As Complex _
) As Complex
Visual C++
public:
static Complex Conjugate(
	Complex z
)

Parameters

z
Type: Imsl.Math..::.Complex
A Complex object.

Return Value

A newly constructed Complex initialized to the complex conjugate of Complex argument, z.

See Also