Java Utililty Methods Celsius to Kelvin

List of utility methods to do Celsius to Kelvin

Description

The list of methods to do Celsius to Kelvin are organized into topic(s).

Method

doubletoKelvin(double c)
William Thomson, also know as Lord Kelvin, a British scientist who made important discoveries about heat in the 1800's.
return c + 273.15f;