Returns the product of two numbers.

Overload List

NameDescription
Multiply(Complex, Complex)
Returns the product of two Complex objects, x * y.
Multiply(Complex, Double)
Returns the product of a Complex object and a double, x * y.
Multiply(Double, Complex)
Returns the product of a double and a Complex object, x * y.

See Also