toJoules static method

double toJoules(
  1. double value
)

Converts the supplied US Therms value to Joules

Implementation

static double toJoules(double value) => value * 105480400.0;