ComplexMathConjugate(Complex) Method |
Return the complex conjugate of a complex type.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Complex Conjugate(
Complex a
)
Parameters
- a Complex
- The complex number.
Return Value
ComplexThe complex conjugate of
a.
See Also