Click or drag to resize

ComplexMathConjugate(Complex32) 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 Complex32 Conjugate(
	Complex32 a
)

Parameters

a  Complex32
The complex number.

Return Value

Complex32
The complex conjugate of a.
See Also