Cgen.AddPoint()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Curve classes > class CGEN >

Cgen.AddPoint()

Description

Place a data point in the Cgen object's data array.

 

The point is added at the next available point in the curve. The data-point counter is incremented after the point is added.

 

Assignment of the significance of each data column is up to the programmer.

 

Type

INSTANCE FUNCTION

 

Usage

Cgen.AddPoint(Data0, Data1, Data2, Data3)

 

Data0

REAL

The datum to be placed in column 0.

Data1

REAL

The datum to be placed in column 1.

Data2

REAL

The datum to be placed in column 2.

Data3

REAL

The datum to be placed in column 3.