This will translate from Farenheid to Celcius
This is the temperature you want to convert
The translated temperature in °F
This will translate from Kelvin to Celcius
This is the temperature you want to convert
The translated temperature in K
Generated using TypeDoc
Temperatuurconverter class, this class will translate from Farenheid of Kelvin to Celcius.
import {TemperatureConverter} from './unitconverter' const unitconverter = new TemperatureConverter() unitconverter.farenheidToCelcius(temp)