WorksheetAnalysisGetCrossProduct_ColumnName(Int32) Method |
Gets the cross-product column name for the specified constituent.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string GetCrossProduct_ColumnName(
int nConstituent
)
Parameters
- nConstituent Int32
- The constituent index.
Return Value
StringThe cross-product column name for the specified constituent.
See Also