Click or drag to resize

ComplexMathConjugate(Complex) Method

Return the complex conjugate of a complex type.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Complex Conjugate(
	Complex a
)

Parameters

a  Complex
The complex number.

Return Value

Complex
The complex conjugate of a.
See Also