Click or drag to resize

ExponentialSplineSmoothing Property

Gets or sets the smoothing parameter that controls the spline tension.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double Smoothing { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentExceptionThrown when the provided value is not greater than zero.
See Also