Click or drag to resize

SpectralPreprocessingOptionsUseDetrending Property

Gets or sets a value indicating whether detrending is applied to each spectrum.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool UseDetrending { get; set; }

Property Value

Boolean
if detrending is currently used; otherwise, . If set to , a default detrending order of 0 will be assumed.
See Also