ExponentialSplineSmoothing Property |
Gets or sets the smoothing parameter that controls the spline tension.
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double Smoothing { get; set; }Property Value
Double
Exceptions| Exception | Condition |
|---|
| ArgumentException | Thrown when the provided value is not greater than zero. |
See Also