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