SensorManager.StandardGravity Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Standard gravity (g) on Earth.
[Android.Runtime.Register("STANDARD_GRAVITY")]
public const float StandardGravity = 9.80665;
[<Android.Runtime.Register("STANDARD_GRAVITY")>]
val mutable StandardGravity : single
Field Value
Value = 9.80665- Attributes
Remarks
Standard gravity (g) on Earth. This value is equivalent to 1G
Java documentation for android.hardware.SensorManager.STANDARD_GRAVITY
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.