InHgToMb Function

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

Syntax

InHgToMb (pressure)

where pressure is in inches of mercury.

Example

DECLARE P_MB

P_MB = INHGTOMB(29.92)