WorksheetAnalysisStoreNumberOfFactors Method |
Stores the number-of-factors column in the destination table.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual void StoreNumberOfFactors(
int nNumberOfFactors,
DataTable table
)
Parameters
- nNumberOfFactors Int32
- The number of factors to store.
- table DataTable
- The destination table.
See Also