toUSTherms static method

double toUSTherms(
  1. double value
)

Converts the supplied Joules value to US Therms

Implementation

static double toUSTherms(double value) => value / 105480400.0;