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

FindPoly

Declaration

Source position: _crw_spline.pas line 88

function FindPoly(

  N: Integer;

  X0: Double;

  Scale: Double;

  const x: array of Double;

  const y: array of Double;

  M: Integer

):PDoubleArray;