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

ISysApi.FindSmoothingSpline

Declaration

Source position: _crw_crwapi.pas line 3054

function ISysApi.FindSmoothingSpline(

  N: Integer;

  const x: array of Double;

  const y: array of Double;

  const p: array of Double;

  var z: array of Double;

  var k: array of Double;

  nL: Integer = 2;

  pL: Double = 0;

  nR: Integer = 2;

  pR: Double = 0

):Boolean;