Click or drag to resize

ShiftGroupCollectionGroupsParticipatingInFit Property

Contains the indices of the groups that participate in the fit. Contains the same information as _isGroupParticipatingInFit, 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> GroupsParticipatingInFit { get; }

Property Value

IReadOnlyListInt32
See Also