Click or drag to resize

ChemometricCommandsCheckSelectedColumnsShowErrorMessageBox Method

Checks the selected columns for use with multivariate analysis.

Namespace: Altaxo.Worksheet.Commands.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool CheckSelectedColumnsShowErrorMessageBox(
	IWorksheetController ctrl
)

Parameters

ctrl  IWorksheetController
The worksheet controller.

Return Value

Boolean
True if the selected columns seem appropriate for multivariate analysis; otherwise, false.
See Also