inKPa property
double?
get
inKPa
Get the pressure in kilopascals (kPa).
Implementation
double? get inKPa => converted(conversionDouble: Conversions.hpaToKpa);
Get the pressure in kilopascals (kPa).
double? get inKPa => converted(conversionDouble: Conversions.hpaToKpa);