float a = 123.2334f; float b = (float)(Math.round(a*100))/100; (这里的100就是2位小数点,如果要其它位,如4位,这里两个100改成10000)