TYGetMinAndDelta returns the minimum value x-min and the distance between 2 x-coordinates.
Return Value
rvMinAndDelta is a vector with 2 elements.
Parameters
The handle of a dataset created with TYCreate.
This parameter specifies if the function will access the original data or the filtered data.
| Value | Description |
|---|---|
| -1 | If filtered data is available it will access filtered data, otherwise it will access original data. Default value is -1. |
| 0 | Access original data. |
| 1 | Access filtered data. |
See also
Overview XY-Datasets, TYCreate, TYSetMinAndDelta, XYIsTYDataset
id-615555