Click or drag to resize

ShiftGroupCollection Constructor

Initializes a new instance of the ShiftGroupCollection class.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ShiftGroupCollection(
	IEnumerable<IShiftGroup> data
)

Parameters

data  IEnumerableIShiftGroup
The set of ShiftGroupDoubles.
See Also