Click or drag to resize

FirstToLastWithPivotIndex 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.3179.0 (4.8.3179.0)
Syntax
C#
public IShiftOrder WithPivotIndex(
	int? index
)

Parameters

index  NullableInt32

[Missing <param name="index"/> documentation for "M:Altaxo.Science.Thermorheology.MasterCurves.ShiftOrder.FirstToLast.WithPivotIndex(System.Nullable{System.Int32})"]

Return Value

IShiftOrder

[Missing <returns> documentation for "M:Altaxo.Science.Thermorheology.MasterCurves.ShiftOrder.FirstToLast.WithPivotIndex(System.Nullable{System.Int32})"]

Implements

IShiftOrderWithPivotIndex(NullableInt32)
See Also