IShiftGroupGetMergedCurvePointsUsedForInterpolation Method |
Gets the merged curve points that were used for interpolation. Before calling this function, the interpolation has to be initialized, and curves must be added to the interpolation.
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax (IReadOnlyList<double> X, IReadOnlyList<double> Y, IReadOnlyList<int> IndexOfCurve) GetMergedCurvePointsUsedForInterpolation(
int idxValueComponent
)
Parameters
- idxValueComponent Int32
- The index of the value component, see NumberOfValueComponents.
Return Value
ValueTupleIReadOnlyListDouble,
IReadOnlyListDouble,
IReadOnlyListInt32Pair of x and y arrays (of same length) representing the merged curve points. For complexed valued y, if
idxValueComponent is 0, the real part is returned as y, for
idxValueComponent==1 the imaginary part is returned.
Furthermore, the array IndexOfCurve contains for every point to which curve it originally belongs.
See Also