IShiftGroupGetCurvePoints Method |
Gets the original curve points of the curve with the provided index.
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) GetCurvePoints(
int idxCurve,
int idxValueComponent
)
Parameters
- idxCurve Int32
- The index of the curve.
- idxValueComponent Int32
- The index of the value component, see NumberOfValueComponents.
Return Value
ValueTupleIReadOnlyListDouble,
IReadOnlyListDoublePair of x and y arrays (of same length) representing the 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.
See Also