Click or drag to resize

SavitzkyGolayParametersDerivativeOrder Property

Gets the derivative order. Must be zero or positive. A value of zero is used to smooth a function.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public int DerivativeOrder { get; init; }

Property Value

Int32
See Also