This class converts temperature from one to another unit
All methods Like celciusToFahreheit or others does just the same, converting from the first unit to the second unit.
Getting converted temperature number from one to another unit
This is inserted to meet Single Responsibility and managing dependencies
return If secondUnit is not a known unit, it converts the given temperature authomatically to Celius
this method the converted Temperature number
Generated using TypeDoc
This class converts temperature from one to another unit
All methods Like celciusToFahreheit or others does just the same, converting from the first unit to the second unit.