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.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic 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
DoubleThe calculated error at the defined position.
See Also