WorksheetAnalysisStoreCalculatedColumn Method |
Stores the information that a given column was calculated inside the DataSource object of the table.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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 NullableInt32 (Optional)
- The second argument (optional, e.g. number of target variable).
See Also