IComplex Operations<T>.Conjugate Multiply Method
Multiplies the conjugate of the left operand with the right operand.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The conjugate of left multiplied by right.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
T ConjugateMultiply(
T left,
T right
)
Parameters
Return Value
TThe conjugate of left multiplied by right.