Click or drag to resize

IXCalibrationTableWithCalibrationTable Method

Returns a new instance with the provided calibration table.

Namespace: Altaxo.Science.Spectroscopy.Calibration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IXCalibrationTable WithCalibrationTable(
	ImmutableArray<(double x_uncalibrated, double x_calibrated)> calibrationTable
)

Parameters

calibrationTable  ImmutableArrayValueTupleDouble, Double
The calibration table.

Return Value

IXCalibrationTable
A new instance with the provided calibration table.
See Also