LastToFirstGetShiftOrderIndices 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.ShiftOrderAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IEnumerable<int> GetShiftOrderIndices(
int numberOfCurves
)
Parameters
- numberOfCurves Int32
- The number of items.
Return Value
IEnumerableInt32An enumerable sequence of curve indices in the order they should be shifted; the first index is the fixed reference curve.
Implements
IShiftOrderGetShiftOrderIndices(Int32)
See Also