Android Studio Float to Int
int i = Math.round(f); // f a float
Im_Arxus
int i = Math.round(f); // f a float
int a = (int)float1
int bob = (int) 3.14; \\ bob = 3