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.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic (double xmin, double xmax) GetTrackedXMinimumMaximum()
Return Value
ValueTupleDouble,
DoubleThe tracked x-minimum and x-maximum values.
See Also