Complex.Mul()
Complex.Mul()
Type: INSTANCE FUNCTION
Purpose: Multiplies two complex numbers.
The parameter is a second complex number.
Usage: Product = Complex1.Mul(Complex2)
Complex1 | COMPLEX | First of the two complex numbers to multiply. |
|
Complex2 | COMPLEX | Second of the two complex numbers to multiply. |
|
Product | COMPLEX | Product of Complex1 and Complex2. |
Comments are closed.