Complex.Mul()

<< Click to Display Table of Contents >>

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

Complex.Mul()

Description

Multiply two complex numbers. The product is again a complex number.

 

 

Type

INSTANCE FUNCTION

 

Usage

Product = Complex1.Mul(Complex2)

 

Complex1

COMPLEX

First of the two complex numbers to multiply.

Complex2

COMPLEX

Second of the two complex numbers to multiply.

Product

COMPLEX

Product of Complex1 and Complex2.