PivotToFirstThenToLastGetShiftOrderIndices 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.3179.0 (4.8.3179.0)
Syntax public IEnumerable<int> GetShiftOrderIndices(
int numberOfCurves
)
Parameters
- numberOfCurves Int32
- The number of items.
Return Value
IEnumerableInt32Enumeration 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!
Implements
IShiftOrderGetShiftOrderIndices(Int32)See Also