SpectralPreprocessingOptionsUseDetrending Property |
Gets or sets a value indicating whether detrending is applied to each spectrum.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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