Click or drag to resize

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.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
(double min, double max) GetXMinimumMaximumOfCurvePointsSuitableForInterpolation(
	int idxCurve
)

Parameters

idxCurve  Int32
Index of the curve.

Return Value

ValueTupleDouble, Double
Minimum and maximum of the x-values, for x and y values appropriate for the conditions given by the parameter.
See Also