ShiftGroupCollectionCurvesParticipatingInFit Property |
Contains the indices of the curves that participate in the fit. Contains the same information as _isCurveParticipatingInFit, but more convienient for foreach.. statements
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IReadOnlyList<int> CurvesParticipatingInFit { get; }
Property Value
IReadOnlyListInt32See Also