to_kelvin Function

public elemental function to_kelvin(F)

Convert a temperature in Fahrenheit to Kelvin

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in) :: F

Return Value real(kind=real64)


Contents

None