Click or drag to resize

SmoothingCubicSplineBaseCombineNeighbouringPoints Property

If true, points with x values that are very similar are combined into one point, which helds the average value of x and y

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool CombineNeighbouringPoints { get; set; }

Property Value

Boolean
See Also