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.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex32 Conjugate(
	Complex32 a
)

Parameters

a  Complex32

[Missing <param name="a"/> documentation for "M:Altaxo.Calc.ComplexMath.Conjugate(Altaxo.Calc.Complex32)"]

Return Value

Complex32

[Missing <returns> documentation for "M:Altaxo.Calc.ComplexMath.Conjugate(Altaxo.Calc.Complex32)"]

See Also