Xval-func
This function returns the corresponding X value for dataset vd at row number n. vd does not need to contain any values, but it must associate with some X column, otherwise the function returns row number.
double xvalue(int n, dataset vd)
n
vd
Returns the corresponding X value for dataset vd at row number n.
ix=xvalue(12,Book1_B);
LabTalk:Xof (function), LabTalk:Xindex (function), LabTalk:Xindex1 (function)