Complex32Addition(Complex32, Complex32) Operator |
Addition operator. Adds two complex numbers together.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex32 operator +(
Complex32 summand1,
Complex32 summand2
)
Parameters
- summand1 Complex32
- One of the complex numbers to add.
- summand2 Complex32
- The other complex numbers to add.
Return Value
Complex32The result of the addition.
See Also