Click or drag to resize
ComplexMultiplyImag Method
Returns the product of two numbers.
Overload List
  NameDescription
Public methodStatic memberMultiplyImag(Double, Complex)
Returns the product of a pure imaginary double and a Complex object, ix * y.
Public methodStatic memberMultiplyImag(Complex, Double)
Returns the product of a Complex object and a pure imaginary double, x * iy.
Top
See Also