Click or drag to resize

WorksheetAnalysis.StoreCalculatedColumn Method

Stores the information that a given column was calculated inside the DataSource object of the table.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
protected void StoreCalculatedColumn(
	DataTable table,
	string columnName,
	int firstArg,
	int? secondArg = null
)

Parameters

table  DataTable
The table.
columnName  String
Name of the column that was calculated.
firstArg  Int32
The first argument (e.g. number of factors).
secondArg  Nullable<Int32>  (Optional)
The second argument (optional, e.g. number of target variable).
See Also