inchOfMercury constant

Unit const inchOfMercury

A unit of pressure equal to the pressure exerted at the Earth's surface by a column of mercury 1 inch high (standard name inHg).

Implementation

static const Unit inchOfMercury =
    TransformedUnit(SI.pascal, MultiplyConverter._(3386.388));