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

TSmoothKernel

Declaration

Source position: _crw_spline.pas line 184

type TSmoothKernel = function(

  x: Double;

  CustomData: Pointer

):Double;