problem float to int

I have a problem with the conversion from float to int.

float FAux;
int VMin;

strcpy(ss,“27.9”);
FAux=atof(ss);
if(_xtoxErr) break;
FAux=FAux*10;
VMin=(int)FAux;