StepInterpolation Constructor |
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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