Click or drag to resize

Complex32Add Method

Adds two complex numbers and returns the result.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex32 Add(
	Complex32 left,
	Complex32 right
)

Parameters

left  Complex32
The first complex number to add.
right  Complex32
The second complex number to add.

Return Value

Complex32
The sum of left and right.
See Also