SensorManager.PressureStandardAtmosphere 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 atmosphere, or average sea-level pressure in hPa (millibar)
[Android.Runtime.Register("PRESSURE_STANDARD_ATMOSPHERE")]
public const float PressureStandardAtmosphere = 1013.25;
[<Android.Runtime.Register("PRESSURE_STANDARD_ATMOSPHERE")>]
val mutable PressureStandardAtmosphere : single
Field Value
Value = 1013.25- Attributes
Remarks
Standard atmosphere, or average sea-level pressure in hPa (millibar)
Java documentation for android.hardware.SensorManager.PRESSURE_STANDARD_ATMOSPHERE
.
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.