Click or drag to resize

ShiftGroupCollectionCurvesParticipatingInFit Property

Contains the indices of the curves that participate in the fit. Contains the same information as _isCurveParticipatingInFit, but more convenient for foreach.. statements

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

Property Value

IReadOnlyListInt32
See Also