Click or drag to resize

MeasurementTableGetStatistics Method

Gets the average and maximum error of the measured values.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public void GetStatistics(
	out double averagError,
	out double maxError
)

Parameters

averagError  Double
The average error.
maxError  Double
The maximum error.
See Also