Click or drag to resize

DoubleComplexAdd(DoubleComplex, DoubleComplex) Method

Returns the sum of two complex numbers.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleComplex Add(
	DoubleComplex c1,
	DoubleComplex c2
)

Parameters

c1  DoubleComplex
A complex number.
c2  DoubleComplex
A complex number.

Return Value

DoubleComplex
The sum of c1 and c2.
See Also