Click or drag to resize

DoubleComplexMultiply(DoubleComplex, DoubleComplex) Method

Returns the product of two complex numbers.

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

Parameters

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

Return Value

DoubleComplex
The product of c1 and c2.
See Also