Click or drag to resize

Complex32Addition(Complex32, Single) Operator

Addition operator. Adds a complex number and float together.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Complex32
The result of the addition.
See Also