ComplexMultiply Method |
Name | Description | |
---|---|---|
Multiply(Double, Complex) |
Returns the product of a double and a Complex object,
x * y.
| |
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.
|