IXCalibrationTableWithCalibrationTable Method |
Returns a new instance with the provided calibration table.
Namespace: Altaxo.Science.Spectroscopy.CalibrationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IXCalibrationTable WithCalibrationTable(
ImmutableArray<(double x_uncalibrated, double x_calibrated)> calibrationTable
)
Parameters
- calibrationTable ImmutableArrayValueTupleDouble, Double
- The calibration table.
Return Value
IXCalibrationTableA new instance with the provided calibration table.
See Also