Click or drag to resize

PCRWorksheetAnalysisIsPCRCalibrationModel Method

Determines whether the specified table stores a PCR calibration model.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool IsPCRCalibrationModel(
	DataTable table
)

Parameters

table  DataTable
The table to inspect.

Return Value

Boolean
true if the table stores a PCR calibration model; otherwise, false.
See Also