Click or drag to resize

FloatComplexMultiply(FloatComplex, FloatComplex) Operator

Returns the product of two complex numbers.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatComplex operator *(
	FloatComplex left,
	FloatComplex right
)

Parameters

left  FloatComplex
A complex number.
right  FloatComplex
A complex number.

Return Value

FloatComplex
The product of left and right.
See Also