Complex.Sub()

Type: INSTANCE FUNCTION

Purpose: Subtracts two complex numbers.

The parameter is a second complex number. The second complex number is subtracted from the first complex number.

Usage: Diff = Complex1.Sub(Complex2)

  Complex1 COMPLEX First of the two complex numbers to subtract.
  Complex2 COMPLEX Second of the two complex numbers to subtract.
  Diff COMPLEX Difference between Complex1 and Complex2.

Related Topics IconRelated Topics