Source position: _crw_spline.pas line 57
function LinearInterpolation(
const x: array of Double;
const y: array of Double;
N: Integer;
t: Double
):Double;