toBtu static method

double toBtu(
  1. double value
)

Converts the supplied Calories value to Btu

Implementation

static double toBtu(double value) => value / 252.1644007218;