toFootPounds static method

double toFootPounds(
  1. double value
)

Converts the supplied Kilowatt Hours value to Foot Pounds

Implementation

static double toFootPounds(double value) => value / 0.00000037662;