IYCalibrationTableWithCalibrationTable 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 IYCalibrationTable WithCalibrationTable(
ImmutableArray<(double x, double yScalingFactor)> calibrationTable
)
Parameters
- calibrationTable ImmutableArrayValueTupleDouble, Double
- The calibration table.
Return Value
IYCalibrationTableA new instance with the provided calibration table.
See Also