Returns the product of two complex numbers.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex32 Multiply(
Complex32 left,
Complex32 right
)
Parameters
- left Complex32
- The first complex number to multiply.
- right Complex32
- The second complex number to multiply.
Return Value
Complex32The product of the
left and
right parameters.
See Also