static int ratioToIntPercent(double x, double y) { ret roundToInt(x*100/y); }