Round up

does anyone know to round the percent up to whole numbers? heres the code i’ve used:

percent = _framesloaded*100/_totalframes;
setProperty ("_root.bar", _xscale, percent);