Complex.Add()

Complex.Add()

Type: INSTANCE FUNCTION

Purpose: Add two complex numbers. The parameter is a second complex number.

Usage: Sum = Complex1.Add(Complex2)

  Complex1 COMPLEX First of the two complex numbers to add.
  Complex2 COMPLEX Second of the two complex numbers to add.
  Sum COMPLEX Sum of  Complex1 and Complex2.

Related Topics Link IconRelated Topics