IShiftGroupTrackXMinimumMaximumOfMasterCurvePoints Method |
Tracks the x minimum and x maximum of the master curve points.
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxvoid 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 (taking the shift value into account)
are set as the new tracked x minimum and x maximum. If false, the xmin and xmax of the curve (taking the shift value into account) are calculated
and then merged into the tracked x minimum and x maximum.
See Also