Click or drag to resize

ComplexMathMultiplyRealNumber Method

This function returns the product of the complex number a and the real number x, z=ax.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex MultiplyRealNumber(
	Complex a,
	double x
)

Parameters

a  Complex
First multiplicant.
x  Double
Real part of second multiplicant.

Return Value

Complex
The product of the complex number a and the real number x, z=ax.
See Also