Searched refs:tempF (Results 1 – 1 of 1) sorted by relevance
252 public static float convertToCelsius(float tempF) { in convertToCelsius() argument253 return (tempF - 32) * 5f / 9f; in convertToCelsius()