static long lround(double d) { ret Math.round(d); } static int lround(Number n) { ret lround(toDouble(n)); }