Click or drag to resize

ShiftGroupComplexSeparateXAddCurveToInterpolation Method

Adds the data of the curve with index idxCurve to the interpolation. If data for that curve are already present in the interpolation data, they are removed, and then added anew.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddCurveToInterpolation(
	int idxCurve,
	double shift
)

Parameters

idxCurve  Int32
The index of the curve to add.
shift  Double
The current shift that should be used.

Implements

IShiftGroupAddCurveToInterpolation(Int32, Double)
See Also