Click or drag to resize

InterpolationInformationComplexSeparateXIndexOfCurveImaginary Property

List of the index of the imaginary curve to which each imaginary point belongs. The returned list is a read-only wrapper around the internal storage for imaginary values.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IReadOnlyList<int> IndexOfCurveImaginary { get; }

Property Value

IReadOnlyListInt32
See Also