Click or drag to resize

FloatComplexMultiply(FloatComplex, Single) 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 FloatComplex Multiply(
	FloatComplex c,
	float f
)

Parameters

c  FloatComplex
A complex number.
f  Single
A real number.

Return Value

FloatComplex
The product of c and f.
See Also