Android Utililty Methods Unit Convert
List of utility methods to do Unit Convert
HOME
Android
U
Unit Convert
Description
The list of methods to do Unit Convert are organized into topic(s).
Method
int
c2si(int temperature)
csi
return
temperature + 273;
float
getMPHFromLevel(int level)
get MPH From Level
return
WINDLEVELMAPPING[level];
«
1
2
»