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 convienient for foreach.. statements

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

Property Value

IReadOnlyListInt32
See Also