IComplexOperations<T>.ConjugateMultiply Method

Multiplies the conjugate of the left operand with the right operand.

DefinitionPermalink

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
T ConjugateMultiply(
	T left,
	T right
)

ParametersPermalink

left  T
A value.
right  T
A value.

Return ValuePermalink

T
The conjugate of left multiplied by right.

See AlsoPermalink