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