Click or drag to resize

ShiftGroupBaseGetTrackedXMinimumMaximum Method

Gets the tracked x minimum and x maximum values. For explanation, see TrackXMinimumMaximumOfMasterCurvePoints(Int32, Double, Boolean). The convention is that when shifting by multiplication, the returned values are already logarithmized; whereas if shifted by offset, the returned values are not logarithmized. That means that the possible shifts can always be calculated by subtraction.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public (double xmin, double xmax) GetTrackedXMinimumMaximum()

Return Value

ValueTupleDouble, Double
The tracked x-minimum and x-maximum values.
See Also