kgToLbs static method

double kgToLbs(
  1. double kg
)

Implementation

static double kgToLbs(double kg) {
  return kg / 0.453592;
}