Click or drag to resize
ComplexMultiply Method
Returns the product of two numbers.
Overload List
  NameDescription
Public methodStatic memberMultiply(Double, Complex)
Returns the product of a double and a Complex object, x * y.
Public methodStatic memberMultiply(Complex, Complex)
Returns the product of two Complex objects, x * y.
Public methodStatic memberMultiply(Complex, Double)
Returns the product of a Complex object and a double, x * y.
Top
See Also