Skip to content

ThermalCapacityOps

extensionThermalCapacityOpsonnum

Extension methods for constructing ThermalCapacity values from num.

Properties

btuPerFahrenheit extension no setter

ThermalCapacitygetbtuPerFahrenheit

Creates a ThermalCapacity of this value in BTU per degree Fahrenheit.

Available on num, provided by the ThermalCapacityOps extension

Implementation
dart
ThermalCapacity get btuPerFahrenheit => ThermalCapacity.btuPerFahrenheit(this);

joulesPerKelvin extension no setter

ThermalCapacitygetjoulesPerKelvin

Creates a ThermalCapacity of this value in joules per kelvin.

Available on num, provided by the ThermalCapacityOps extension

Implementation
dart
ThermalCapacity get joulesPerKelvin => ThermalCapacity.joulesPerKelvin(this);