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