toKilocalories static method

double toKilocalories(
  1. double value
)

Converts the supplied Joules value to Kilocalories

Implementation

static double toKilocalories(double value) => value / 4184.0;