Click or drag to resize

ComplexMathMultiplyImaginaryNumber Method

This function returns the product of the complex number a and the imaginary number iy, z=a*(iy).

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

Parameters

a  Complex
First multiplicant.
y  Double
Imaginary part of second multiplicant.

Return Value

Complex
The product of the complex number a and the imaginary number iy, z=a*(iy).
See Also