Click or drag to resize

IShiftOrderGetShiftOrderIndices Method

Gets the indices of the curves in the order in which they should be shifted. Attention: the first returned index is the index of the curve that is fixed!

Namespace: Altaxo.Science.Thermorheology.MasterCurves.ShiftOrder
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IEnumerable<int> GetShiftOrderIndices(
	int numberOfCurves
)

Parameters

numberOfCurves  Int32
The number of items.

Return Value

IEnumerableInt32
Enumeration of curve indices in the order in which the curves should be fitted. Attention: the first returned index is the index of the curve that is fixed!
See Also