CalibrationAndDestinationTable Constructor |
Combines a calibration table with a destination table.
Namespace: Altaxo.Gui.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic CalibrationAndDestinationTable(
DataTable CalibrationTable,
DataTable DestinationTable
)
Parameters
- CalibrationTable DataTable
- The selected calibration table.
- DestinationTable DataTable
- The selected destination table.
See Also