Returns the product of two numbers.

Overload List

NameDescription
MultiplyImag(Complex, Double)
Returns the product of a Complex object and a pure imaginary double, x * iy.
MultiplyImag(Double, Complex)
Returns the product of a pure imaginary double and a Complex object, ix * y.

See Also