Adds two complex numbers and returns the result.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
Complex32The sum of
left and
right.
See Also