Android Utililty Methods Unit Convert

List of utility methods to do Unit Convert

Description

The list of methods to do Unit Convert are organized into topic(s).

Method

intc2si(int temperature)
csi
return temperature + 273;
floatgetMPHFromLevel(int level)
get MPH From Level
return WINDLEVELMAPPING[level];