Skip to content

ThermalCapacityOps

extension ThermalCapacityOps on num

Extension methods for constructing ThermalCapacity values from num.

Properties

btuPerFahrenheit extension no setter

ThermalCapacity get btuPerFahrenheit

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

ThermalCapacity get joulesPerKelvin

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);