ST_BA_ScaleRealToInt
The structure ST_BA_ScaleRealToInt contains the interpolation points [fX01/nY01] and [fX02/nY02] for a linear interpolation with 2 interpolation points.
Syntax
TYPE ST_BA_ScaleAO :
STRUCT
fX01 : REAL;
fX02 : REAL;
nY01 : INT;
nY02 : INT;
END_STRUCT
END_TYPEName | Type | Description |
|---|---|---|
fX01 | REAL | x-coordinate of the first value. |
fX02 | REAL | x-coordinate of the second value. |
fY01 | INT | y-coordinate of the first value. |
fY02 | INT | y-coordinate of the second value. |