FieldCorrectionComparerGetPrecision Method |
Gets the precision of the correction value with the largest difference.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic static double GetPrecision(
FieldCorrection field1,
FieldCorrection field2
)
Parameters
- field1 FieldCorrection
- Reference field correction.
- field2 FieldCorrection
- Field correction to compare.
Return Value
DoublePrecision in bits
See Also