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