IComplex Operations<T>.Conjugate Method
Returns the conjugate of a complex value.
Definition
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The conjugate of operand.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
T Conjugate(
T operand
)
Parameters
- operand T
- A value.
Return Value
TThe conjugate of operand.