IMSL C# Numerical Library

Complex.MultiplyImag Method

Returns the product of two numbers.

Overload List

Returns the product of a Complex object and a pure imaginary double, x * iy.

public static Complex MultiplyImag(Complex,double);

Returns the product of a pure imaginary double and a Complex object, ix * y.

public static Complex MultiplyImag(double,Complex);

See Also

Complex Class | Imsl.Math Namespace