Return the precision of the Y coordinates being reported.
Syntax
[get: Android.Runtime.Register("getYPrecision", "()F", "GetGetYPrecisionHandler")] public floatYPrecision { get; }
Value
Documentation for this section has not yet been entered.
Remarks
Return the precision of the Y coordinates being reported. You can
multiply this number with MotionEvent.GetY to find the actual hardware
value of the Y coordinate.