ComplexMathMultiplyRealNumber Method |
This function returns the product of the complex number a and the
real number x, z=ax.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex MultiplyRealNumber(
Complex a,
double x
)
Parameters
- a Complex
- First multiplicant.
- x Double
- Real part of second multiplicant.
Return Value
ComplexThe product of the complex number a and the
real number x, z=ax.
See Also