Click or drag to resize

CalculusCommandsInterpolation(IWorksheetController, ResamplingByInterpolation) Method

Interpolates the selected worksheet columns using the specified parameters.

Namespace: Altaxo.Worksheet.Commands.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void Interpolation(
	IWorksheetController ctrl,
	ResamplingByInterpolation parameters
)

Parameters

ctrl  IWorksheetController
The worksheet controller.
parameters  ResamplingByInterpolation
The interpolation parameters.
See Also