COMPLEX.New()

<< Click to Display Table of Contents >>

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

COMPLEX.New()

Description

Create a new instance of class COMPLEX.

 

Type

CLASS FUNCTION

 

Usage

Number = COMPLEX.New(Real, Imag)

 

Real

REAL

Real component of the complex number.

Imag

REAL

Imaginary component of the complex number.

Number

COMPLEX

A new object.