Click or drag to resize

ShiftGroupComplexSeparateXGetCurvePoints Method

Gets the original curve points of the curve with the provided index.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public (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, IReadOnlyListDouble
Pair 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.

Implements

IShiftGroupGetCurvePoints(Int32, Int32)
See Also