Click or drag to resize

Complex32Multiply Method

Returns the product of two complex numbers.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Complex32
The product of the left and right parameters.
See Also