Cove - A Practical Quantum Computer Programming Framework
GetComplexConjugate Method
NamespacesCove.ClassicalUtilitiesComplexGetComplexConjugate()()()
Get the conjugate, which is just the complex number with the sign reversed on the imaginary part.
Declaration Syntax
C#Visual BasicVisual C++
public Complex GetComplexConjugate()
Public Function GetComplexConjugate As Complex
public:
Complex^ GetComplexConjugate()
Return Value
The conjugate of this number. The complex number this is called on is unmodified.

Assembly: Cove.ClassicalUtilities (Module: Cove.ClassicalUtilities) Version: 1.0.0.0 (1.0.0.0)