ShiftGroupComplexSeparateXGetShiftedCurvePoints Method |
Gets the curve points of the shifted curve with with the provided index.
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public (IReadOnlyList<double> X, IReadOnlyList<double> Y) GetShiftedCurvePoints(
int idxCurve,
int idxValueComponent,
double shiftValue
)
Parameters
- idxCurve Int32
- The index of the curve.
- idxValueComponent Int32
- The index of the value component, see NumberOfValueComponents.
- shiftValue Double
- The actual shift value.
Return Value
ValueTupleIReadOnlyListDouble,
IReadOnlyListDoublePair of x and y arrays (of same length) representing the shifted 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.
Implements
IShiftGroupGetShiftedCurvePoints(Int32, Int32, Double)See Also