Applies to
Declaration
function Calibrate(R:TReal; Index,Key: integer): TReal; public
Description
Perform table calibration using binary search and linear interpolation. Note that container must be sorted by Key column. Parameters: R - number to be calibrated, Key - column number for search, Index - column number returned as a result of search.