Click or drag to resize

SpectralPreprocessingOptionsSetRegions Method

Sets the regions by providing an array of starting indices.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void SetRegions(
	int[] regions
)

Parameters

regions  Int32
Starting indices of the regions. Must be ascending. You can provide as an argument.
See Also