ShiftGroupCollectionTrackXMinimumMaximumOfMasterCurvePoints Method |
Tracks the x minimum and x maximum of the master curve points (independently of the interpolation points, for each iteration only those curves which were already considered).
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void TrackXMinimumMaximumOfMasterCurvePoints(
int idxCurve,
double shift,
bool startNewTracking
)
Parameters
- idxCurve Int32
- The index of the curve to consider.
- shift Double
- The shift value for this curve.
- startNewTracking Boolean
- If set to true, a new tracking will be started, i.e. the xmin and xmax of the curve (under consideration of the shift value) is
set as the new tracked xminimum and xmaximum. If false, the xmin and xmax of the curve (under consideration) of the shift value is calculated, and then merged
into the tracked xminimum and xmaximum.
See Also