Click or drag to resize

FloatComplexAdd(FloatComplex, Single) Method

Returns the sum of a complex number and a real number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatComplex Add(
	FloatComplex c,
	float f
)

Parameters

c  FloatComplex
A complex number.
f  Single
A real number.

Return Value

FloatComplex
The sum of c and f.
See Also