InterpolationInformationDoubleAddXYColumn Method |
Adds values to the data that should be interpolated, but does not evaluate a new interpolation.
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void AddXYColumn(
double shift,
int indexOfCurve,
IReadOnlyList<double> x,
IReadOnlyList<double> y,
ShiftGroupDouble options
)
Parameters
- shift Double
- Shift value used to modify the x values.
- indexOfCurve Int32
- Index of the curve in the group of curves.
- x IReadOnlyListDouble
- Column of x values.
- y IReadOnlyListDouble
- Column of y values.
- options ShiftGroupDouble
- Options for creating the master curve.
See Also