<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Data and Text classes > class COMPLEX > Complex.Sub() |
Subtract two complex numbers. The difference of both numbers is again a complex number.
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. |