Click or drag to resize

PivotToFirstThenToLast Class

Fit by fixing the Rth curve, then adding the R-1 curve, .. 0th curve. Then adding the R+1 curve, up to the Nth curve.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Thermorheology.MasterCurves.ShiftOrderPivotToFirstThenToLast

Namespace: Altaxo.Science.Thermorheology.MasterCurves.ShiftOrder
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class PivotToFirstThenToLast : IShiftOrder, 
	IImmutable, IEquatable<PivotToFirstThenToLast>

The PivotToFirstThenToLast type exposes the following members.

Constructors
 NameDescription
Public methodPivotToFirstThenToLastInitializes a new instance of the PivotToFirstThenToLast class
Top
Properties
 NameDescription
Public propertyIsPivotIndexRequired Gets a value indicating whether this instance requires a pivot index to be set.
Public propertyPivotIndex Gets /sets the pivot index.
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
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