Click or drag to resize

SmoothingCubicSplineBaseCoefficient0 Property

Returns the spline coefficient of order 0. This are the splined y values at the positions given by x.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyList<double> Coefficient0 { get; }

Property Value

IReadOnlyListDouble
See Also