Click or drag to resize
AirPressure Methods

The AirPressure type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGeometricAltitudeToPressureAltitude(NullableInt32)
Takes a geometric altitude and returns the pressure altitude for a given air pressure reading.
Public methodStatic memberGeometricAltitudeToPressureAltitude(NullableInt32, Single)
Takes a geometric altitude and air pressure reading and returns the pressure altitude for a given air pressure reading.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInHgToMillibars
Converts pressure settings in inches of mercury to millibars.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberMillibarsToInHg
Converts pressure settings in millibars to inches of mercury.
Public methodObservationTimeUtc
Returns the time that the air pressure observation was made.
Public methodPressureAltitudeToGeometricAltitude(NullableInt32)
Takes a pressure altitude and returns the geometric altitude.
Public methodStatic memberPressureAltitudeToGeometricAltitude(NullableInt32, Single)
Takes a pressure altitude and pressure setting, and returns the geometric altitude.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also