Click or drag to resize

MasterCurveCreationOptionsColumnGroups Property

List of groups of columns. The outer list normally contains 2 items: a group of columns containing the real parts of the measured values, and another group of columns containing the imaginary part of the measured values.

Namespace: Altaxo.Data.Obsolete
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public List<List<DoubleColumn>> ColumnGroups { get; }

Property Value

ListListDoubleColumn
See Also