Returns the conjugate of this instance.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function Conjugate As DoubleComplex |
| C# |
|---|
public DoubleComplex Conjugate () |
| C++ |
|---|
public: DoubleComplex Conjugate () |
Return Value
The conjugate to a.
Remarks
The conjugate of a complex number
a + ib is a - ib.