测试:
floatvalue = Math.round(floatvalue * 100)/100;
floatvalue = (float)Math.ceil((double)floatvalue*100)/100;