Temperature class that is internally used to change the unit to Celcius ´´´ts import Temperature from './Temperature'
if(this.unit === "Fahrenheit"){ this.temperature = this.temperatureConverter.fromFahrenheit(this.temperature);
}else if(this.unit === "Kelvin"){ this.temperature = this.temperatureConverter.fromKelvin(this.temperature); }else{ this.temperature; }
´´´´
Generated using TypeDoc
Temperature class that is internally used to change the unit to Celcius ´´´ts import Temperature from './Temperature'
if(this.unit === "Fahrenheit"){ this.temperature = this.temperatureConverter.fromFahrenheit(this.temperature);
}else if(this.unit === "Kelvin"){ this.temperature = this.temperatureConverter.fromKelvin(this.temperature); }else{ this.temperature; }
´´´´