Click or drag to resize

Complex32Conjugate Method

Computes the conjugate of a complex number and returns the result.

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

Return Value

Complex32
The complex conjugate.
See Also