Click or drag to resize

SmoothingCubicSplineBaseCoefficient3 Property

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

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

Property Value

IReadOnlyListDouble
See Also