Click or drag to resize

MeasurementTableGetErrorAt(Int32, Int32, Int32, Int32, Int32) Method

Gets the error 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 axis,
	int magnification,
	int layer,
	int row,
	int column
)

Parameters

axis  Int32
The axis, where 0 refers to X, 1 to Y, 2 to Z.
magnification  Int32
The magnification of the correction table.
layer  Int32
The layer of the correction table. Layer 0 refers to the bottom layer.
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