Click or drag to resize

DoubleComplexAdd(DoubleComplex, Double) 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 DoubleComplex Add(
	DoubleComplex c,
	double d
)

Parameters

c  DoubleComplex
A complex number.
d  Double
A real number.

Return Value

DoubleComplex
The sum of c and f.
See Also