static int ratioToIntPercent_floor(double x, double y) { ret ifloor(x*100/y); }