ShiftGroupBaseTrackXMinimumMaximumOfMasterCurvePoints Method |
Tracks the x minimum and x maximum of the master curve points.
Here the convention is, that when shifting by multiplication, the values are already logarithmized, whereas, if shifted by offset, the returned values are not logarithmized.
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 = false
)
Parameters
- idxCurve Int32
- The index of the curve to consider.
- shift Double
- The shift value for this curve.
- startNewTracking Boolean (Optional)
- 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