Click or drag to resize

SpectralPreprocessingOptionsRegions Property

Gets or sets the indices delimiting regions.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public 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