Click or drag to resize

RegionHelperNormalizeRegions Method

[Missing <summary> documentation for "M:Altaxo.Science.Spectroscopy.RegionHelper.NormalizeRegions(System.Collections.Generic.List{System.Int32},System.Int32)"]


Namespace: Altaxo.Science.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int[]? NormalizeRegions(
	List<int> regions,
	int length
)

Parameters

regions  ListInt32

[Missing <param name="regions"/> documentation for "M:Altaxo.Science.Spectroscopy.RegionHelper.NormalizeRegions(System.Collections.Generic.List{System.Int32},System.Int32)"]

length  Int32

[Missing <param name="length"/> documentation for "M:Altaxo.Science.Spectroscopy.RegionHelper.NormalizeRegions(System.Collections.Generic.List{System.Int32},System.Int32)"]

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.Science.Spectroscopy.RegionHelper.NormalizeRegions(System.Collections.Generic.List{System.Int32},System.Int32)"]

See Also