Click or drag to resize

StepInterpolation Constructor

Initializes a new instance of the StepInterpolation class

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public StepInterpolation(
	double[] x,
	double[] sy
)

Parameters

x  Double
Sample points (N), sorted ascending
sy  Double
Samples values (N) of each segment starting at the corresponding sample point.
See Also