IShiftGroupGetXMinimumMaximumOfInterpolationValuesExceptForCurveIndex Method | 
            Gets the minimum and maximum of the current x-values used for interpolation. Data points that belong
            to the curve with the index given in the argument are not taken into account.
            
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax(double min, double max) GetXMinimumMaximumOfInterpolationValuesExceptForCurveIndex(
	int indexOfCurve
)
Parameters
- indexOfCurve  Int32
 - The index of curve.
 
Return Value
ValueTupleDouble, 
DoubleThe minimum and maximum of the x-values, except for those points that belong to the curve with index=
indexOfCurve.
See Also