criskgl
7/17/2019 - 2:11 PM

Check if number is Integer

if(x == (int)x){
  //IS INTEGER
}else{
 //IS NOT INTEGER
}