MbToInHg Function

Converts millibars to inches of mercury (pressure / 33.86363636).

Syntax

MbToInHg(pressure)

where pressure is the pressure in millibars.

Example

DECLARE P_InHG

P_InHG = MBTOINHG(1013.5)