Click or drag to resize

CalibrationAndDestinationTable Constructor

Combines a calibration table with a destination table.

Namespace: Altaxo.Gui.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public CalibrationAndDestinationTable(
	DataTable CalibrationTable,
	DataTable DestinationTable
)

Parameters

CalibrationTable  DataTable
The selected calibration table.
DestinationTable  DataTable
The selected destination table.
See Also