IShiftGroupGetXMinimumMaximumOfCurvePointsSuitableForInterpolation Method | 
            Gets the minimum and maximum of the x-values,
            taking into account the logarithmize options, and whether the corresponding y-values are valid.
            
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax(double min, double max) GetXMinimumMaximumOfCurvePointsSuitableForInterpolation(
	int idxCurve
)
Parameters
- idxCurve  Int32
 - Index of the curve.
 
Return Value
ValueTupleDouble, 
DoubleMinimum and maximum of the x-values, for x and y values appropriate for the conditions given by the parameter.
See Also