Click or drag to resize

MeasurementTableGetErrorAt(Int32, Int32) Method

Gets the error for all axes at the defined position. The error is calculated by the measured value and the position in the field.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public double[] GetErrorAt(
	int row,
	int column
)

Parameters

row  Int32
The row of the correction table. Row 0 refers to the bottom-most row.
column  Int32
The column of the correction table. Column 0 refers to the left-most column.

Return Value

Double
The calculated error at the defined position.
See Also