Click or drag to resize

WorksheetAnalysisGetXLoad_ColumnName(Int32) Method

Gets the x-load column name for the specified factor.

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

Parameters

numberOfFactors  Int32
The factor number.

Return Value

String
The x-load column name for the specified factor.
See Also