inInHg property

double? get inInHg

Get the pressure in mercury inches (inHg).

Implementation

double? get inInHg => converted(conversionDouble: Conversions.hpaToInhg);