Unit XYcurve

Functions and Procedures
Constants
Variables

Description

 

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TXYcurve  
Class TXYcurveObj  

Types

TXYcurveProp = (...);
TCoeff = array[1..2] of Double;

Description

Types

TXYcurveProp = (...);
 
Values
  • INVALID = 0
  • npts = 1
  • Points = 2: Number of points to expect
  • Yarray = 3
  • Xarray = 4: vector of Y values
  • csvfile = 5: vector of X values corresponding to Y values
  • sngfile = 6: Switch input to a csvfile
  • dblfile = 7: switch input to a binary file of singles
  • x = 8: switch input to a binary file of singles
  • y = 9
  • Xshift = 10
  • Yshift = 11
  • Xscale = 12
  • Yscale = 13
TCoeff = array[1..2] of Double;
 

Generated by PasDoc 0.16.0.