Returns the conjugate of this complex number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Complex<T> Conjugate()
Public Function Conjugate As Complex(Of T)
public:
Complex<T> Conjugate()
member Conjugate : unit -> Complex<'T>
Return Value
Type:
ComplexTA complex number with the same real part and negated imaginary part.
The conjugate of a complex number
a + ib is a - ib.
Reference