Complex32Addition(Complex32, Single) 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 +(
Complex32 summand1,
float summand2
)
Parameters
- summand1 Complex32
- The complex numbers to add.
- summand2 Single
- The float value to add.
Return Value
Complex32The result of the addition.
See Also