SensorManager.PressureStandardAtmosphere Field

Definition

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.

Applies to