Click or drag to resize

CalculusCommandsInterpolation Method

Overload List
 NameDescription
Public methodStatic memberInterpolation(IWorksheetController) Interpolates the selected worksheet columns using dialog-provided parameters.
Public methodStatic memberInterpolation(IWorksheetController, ResamplingByInterpolation) Interpolates the selected worksheet columns using the specified parameters.
Public methodStatic memberInterpolation(DataColumn, DataColumn, ResamplingByInterpolation, DataColumn, DataColumn) Interpolates a pair of source columns into result columns using the specified resampling parameters.
Public methodStatic memberInterpolation(DataColumn, DataColumn, IInterpolationFunctionOptions, IReadOnlyListDouble, DataColumn, DataColumn) Interpolates a pair of source columns into result columns using the specified interpolation function and sample points.
Top
See Also