Click or drag to resize

WorksheetAnalysisNotFound Method

Throws an exception indicating that a required column was not found.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected static void NotFound(
	string name
)

Parameters

name  String
The name of the missing column.
See Also