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