Click or drag to resize

DoubleComplexMultiply(DoubleComplex, Double) Method

Returns the product of a complex number and a real.

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

Parameters

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

Return Value

DoubleComplex
The product of c and f.
See Also