IMSL C# Numerical Library

Complex.Conjugate Method 

Returns the complex conjugate of a Complex object.

public static Complex Conjugate(
   Complex z
);

Parameters

z
A Complex object.

Return Value

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

See Also

Complex Class | Imsl.Math Namespace