Click or drag to resize

MeasurementTableGetNullableErrors Method

Gets the error array. The error is calculated by the measured value and the position in the field. Rows / columns outside the sub field are omitted. Values of cells outside circular subfield but within the containing rectangle are null.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public double?[,,,,] GetNullableErrors()

Return Value

NullableDouble
The calculated error for axis, layer, row, column.
See Also