PCRWorksheetAnalysisIsPCRCalibrationModel Method |
Determines whether the specified table stores a PCR calibration model.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool IsPCRCalibrationModel(
DataTable table
)
Parameters
- table DataTable
- The table to inspect.
Return Value
Booleantrue if the table stores a PCR calibration model; otherwise,
false.
See Also