Click or drag to resize

ShiftGroupDoubleGetXMinimumMaximumOfCurvePointsSuitableForInterpolation Method

Gets the minimum and maximum of the x-values, taking into account different options and whether the 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#
public override (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.

Implements

IShiftGroupGetXMinimumMaximumOfCurvePointsSuitableForInterpolation(Int32)
See Also