toKilocalories static method

double toKilocalories(
  1. double value
)

Converts the supplied US Therms value to Kilocalories

Implementation

static double toKilocalories(double value) => value * 25210.44007218;