SpectralPreprocessingOptionsRegions Property |
Gets or sets the indices delimiting regions.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic int[] Regions { get; set; }Property Value
Int32
Remarks
By default, this array is empty (length 0). Each element of this array is an index into the spectrum.
Each index divides the spectrum into two regions: one before (up to index - 1) and a second starting at the index
(up to the next index or to the end).
See Also