[Overview][Types][Classes][Procedures and functions][Index] Reference for unit '_crw_spline' (#crwlib)

LinearInterpolation

Declaration

Source position: _crw_spline.pas line 57

function LinearInterpolation(

  const x: array of Double;

  const y: array of Double;

  N: Integer;

  t: Double

):Double;