Click or drag to resize

ShiftGroupBaseTrackXMinimumMaximumOfMasterCurvePoints Method

Tracks the x minimum and x maximum of the master curve points. The convention used is: when shifting by multiplication, the values are already logarithmized; when shifting by offset, the values are not logarithmized.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
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: 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