Click or drag to resize

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

Parameters

indexOfCurve  Int32
The index of curve.

Return Value

ValueTupleDouble, Double
The minimum and maximum of the x-values, except for those points that belong to the curve with index=indexOfCurve.

Implements

IShiftGroupGetXMinimumMaximumOfInterpolationValuesExceptForCurveIndex(Int32)
See Also