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