Click or drag to resize

WorksheetAnalysisGetCrossProduct_ColumnName(Int32) Method

Gets the cross-product column name for the specified constituent.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string GetCrossProduct_ColumnName(
	int nConstituent
)

Parameters

nConstituent  Int32
The constituent index.

Return Value

String
The cross-product column name for the specified constituent.
See Also