hey guys,
i am working on coordinates in one program and there is a line such as this one:
int xx =Math.round((int) getWidth() * 100 / 768);
can somebody tell me what calculation is actually taken before the value is set to int xx
thanks a lot for any suggestions