Click or drag to resize

IndependentAndDependentColumns(DataTable, Int32, Int32, Int32) Constructor

Initializes a new instance with the specified data table, group number, and the counts of independent and dependent variable columns.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IndependentAndDependentColumns(
	DataTable table,
	int groupNumber,
	int numberOfIndependentColumns,
	int numberOfDependentColumns
)

Parameters

table  DataTable
The data table that provides the columns.
groupNumber  Int32
The group number applied to all involved columns.
numberOfIndependentColumns  Int32
The number of independent variable columns to allocate.
numberOfDependentColumns  Int32
The number of dependent variable columns to allocate.
See Also