IShiftOrderWithPivotIndex Method |
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.
Namespace: Altaxo.Science.Thermorheology.MasterCurves.ShiftOrderAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxIShiftOrder WithPivotIndex(
int? index
)
Parameters
- index NullableInt32
- The pivot index to set, or to clear it.
Return Value
IShiftOrderA shift-order instance with the requested pivot index.
See Also