Click or drag to resize

InterpolationInformationComplexSeparateXValuesImaginaryToInterpolate Property

List of all points used for the interpolation, sorted by the x values. Keys are the x-Values, values are the y-values, and the index of the curve the y-value belongs to.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected SortedList<double, (double yImaginary, int indexOfCurve)> ValuesImaginaryToInterpolate { get; }

Property Value

SortedListDouble, ValueTupleDouble, Int32
See Also