toFootPounds static method

double toFootPounds(
  1. double value
)

Converts the supplied Joules value to Foot Pounds

Implementation

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