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