getConvertedTempp

fun getConvertedTempp(temp: Double, isFahrenheit: Boolean): Double

Get the converted temperature.

Parameters

temp

The temperature to convert.

isFahrenheit

True if the temperature is in Fahrenheit.