Returns the complex conjugate of a Complex object.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static Complex Conjugate(
Complex z
)
Public Shared Function Conjugate (
z As Complex
) As Complex
public:
static Complex Conjugate(
Complex z
)
static member Conjugate :
z : Complex -> Complex
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