ComplexMathMultiplyImaginaryNumber Method |
This function returns the product of the complex number a and the
imaginary number iy, z=a*(iy).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex MultiplyImaginaryNumber(
Complex a,
double y
)
Parameters
- a Complex
- First multiplicant.
- y Double
- Imaginary part of second multiplicant.
Return Value
ComplexThe product of the complex number a and the
imaginary number iy, z=a*(iy).
See Also