Click or drag to resize

IShiftOrder Interface

Designates the order in which the curves are tried to fit.

Namespace: Altaxo.Science.Thermorheology.MasterCurves.ShiftOrder
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public interface IShiftOrder : IImmutable

The IShiftOrder type exposes the following members.

Properties
 NameDescription
Public propertyIsPivotIndexRequired Gets a value indicating whether this instance requires a pivot index to be set.
Public propertyPivotIndex Gets or sets the pivot index.
Top
Methods
 NameDescription
Public methodGetShiftOrderIndices 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!
Public methodWithPivotIndex Returns a new instance of the same class with the pivot index set. If no pivot index is required (check by IsPivotIndexRequired), the same instance is returned.
Top
See Also