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.3179.0 (4.8.3179.0)
Syntax public (double xmin, double xmax) GetTrackedXMinimumMaximum()
Return Value
ValueTupleDouble,
DoubleThe tracked x-minimum and x-maximum values.
See Also