Cgen.AddPoint()

Cgen.AddPoint()

Type: INSTANCE FUNCTION

Purpose: Places 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.

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

Related Topics Link IconRelated Topics