Returns the temperature converted from Celsius to Kelvin
C2K( celsius )
Returns the given temperature in Kelvin.
celsius | Temperature in Celsius |
This function converts the given temperature from Celsius to Kelvin degrees.
C2K(20)
Returns 293.15.