SpectralPreprocessingOptionsSetRegions Method |
Sets the regions by providing an array of starting indices.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void SetRegions(
int[] regions
)
Parameters
- regions Int32
- Starting indices of the regions. Must be ascending. You can provide as an argument.
See Also