MasterCurveCreationInterpolationInformationAddXYColumnToInterpolation Method |
Adds values to the interpolation.
Namespace: Altaxo.Data.ObsoleteAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void AddXYColumnToInterpolation(
double shift,
int indexOfCurve,
DoubleColumn x,
DoubleColumn y,
MasterCurveCreationOptions options
)
Parameters
- shift Double
- Shift value used to modify the x values.
- indexOfCurve Int32
- Index of the curve in the group of curves.
- x DoubleColumn
- Column of x values.
- y DoubleColumn
- Column of y values.
- options MasterCurveCreationOptions
- Options for creating the master curve.
See Also