inMercury32 top-level property

PressureUnits inMercury32
getter/setter pair

Inches of mercury at 32 degrees Fahrenheit.

Implementation

PressureUnits inMercury32 = PressureUnits(
    'inches of mercury (32 deg F)',
    'in of Hg (32F)',
    'in of Hg (32F)',
    'inch of mercury (32 deg F)',
    3.386389e3,
    false);