InterpolationInformationComplexCommonXAddXYColumn Method |
Adds values to the data that should be interpolated, but does not evaluate a new interpolation.
Existing points belonging to the specified curve index are removed before adding the new column.
The method updates the tracked minimum and maximum x values used for interpolation.
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void AddXYColumn(
double shift,
int indexOfCurve,
IReadOnlyList<double> x,
IReadOnlyList<Complex> y,
ShiftGroupComplexCommonX 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 IReadOnlyListComplex
- Column of complex y values.
- options ShiftGroupComplexCommonX
- Options for creating the master curve (controls logarithmization and shift mode).
See Also