Math.round用法 . - 開源中國(OSChina.NET)
* @description java 面試題中 Math.round 的用法 */ public class RoundInterview { public static void main(String[] args) { System.out.println("Math.round(11.5) 輸出:"+Math.round(11.5)); System.out.println("Math.round(-11.5 ...
m.oschina.net |