toUSTherms static method

double toUSTherms(
  1. double value
)

Converts the supplied Calories value to US Therms

Implementation

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