Returns the product of two numbers.
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);
Complex Class | Imsl.Math Namespace