Complex.Div()

Complex.Div()

Type: INSTANCE FUNCTION

Purpose: Divides two complex numbers.

The parameter is a second complex number. Complex2 is divided into Complex1.

Usage: Quotient = Complex1.Div(Complex2)

  Complex1 COMPLEX First of the two complex numbers to
divide.
  Complex2 COMPLEX Second of the two complex numbers to
divide.
  Product COMPLEX

Quotient of Complex1 and Complex2

= Complex1 / Complex2

Related Topics Link IconRelated Topics