MeasurementTableGetStatistics Method |
Gets the average and maximum error of the measured values.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic void GetStatistics(
out double averagError,
out double maxError
)
Parameters
- averagError Double
- The average error.
- maxError Double
- The maximum error.
See Also