Click or drag to resize

DoubleComplexAdd(Double, DoubleComplex) Method

Returns the sum of a real and a complex number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleComplex Add(
	double d,
	DoubleComplex c
)

Parameters

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

Return Value

DoubleComplex
The sum of f and c.
See Also