Click or drag to resize

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.ShiftOrder
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
IShiftOrder WithPivotIndex(
	int? index
)

Parameters

index  NullableInt32
The pivot index to set, or to clear it.

Return Value

IShiftOrder
A shift-order instance with the requested pivot index.
See Also