Click or drag to resize

SmoothingCubicSplineBaseCoefficient2 Property

Returns the spline coefficient of order 2 (quadratic term).

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

Property Value

IReadOnlyListDouble
See Also