2012년 12월 6일 목요일

convert double to int


Double max;

.

int tempValue = (int) Math.round(max);


int tempValue = (int) max <-- not working

댓글 없음:

댓글 쓰기