Complex.Div()

<< Click to Display Table of Contents >>

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

Complex.Div()

Description

Divide two complex numbers. The result is again a complex number.

 

 

Type

INSTANCE FUNCTION

 

Usage

Quotient = Complex1.Div(Complex2)

 

Complex1

COMPLEX

First of the two complex numbers to divide.

Complex2

COMPLEX

Second of the two complex numbers to divide.

Quotient

COMPLEX

Quotient of Complex1 and Complex2.