[Overview][Types][Classes][Procedures and functions][Index] |
Source position: _crw_spline.pas line 194
function WindowedIntegrationSmoothing( |
const x: array of Double; |
const y: array of Double; |
N: Integer; |
Where: Double; |
Window: Double; |
Kernel: TSmoothKernel; |
CustomData: Pointer = Nil |
):Double; |