Imaginary<T>.Conjugate Multiply Method
Multiplies the Conjugate() of an imaginary number
and a second imaginary number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A real number that is the product of the Conjugate() of z1 and z2.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static T ConjugateMultiply(
Imaginary<T> z1,
Imaginary<T> z2
)
Parameters
Return Value
TA real number that is the product of the Conjugate() of z1 and z2.
Remarks
The conjugate of an imaginary number a + ib is a - ib.
This method does not have an overloaded operator equivalent.