inInHg property
double?
get
inInHg
Get the pressure in mercury inches (inHg).
Implementation
double? get inInHg => converted(conversionDouble: Conversions.hpaToInhg);
Get the pressure in mercury inches (inHg).
double? get inInHg => converted(conversionDouble: Conversions.hpaToInhg);