Complex.Sub()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Data and Text classes > class COMPLEX >

Complex.Sub()

Description

Subtract two complex numbers. The difference of both numbers is again a complex number.

 

 

Type

INSTANCE FUNCTION

 

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.