IShiftGroupAddCurveToInterpolation 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.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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.
See Also