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