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

TReinschSpline.Create

Declaration

Source position: _crw_spline.pas line 147

public constructor TReinschSpline.Create(

  const x: array of Double;

  const y: array of Double;

  const w: array of Double;

  NumPoints: Integer;

  nL: Integer = 2;

  vL: Double = 0;

  nR: Integer = 2;

  vR: Double = 0

);