static int[] iroundAll(double[] a, int start, int end) { ret iroundDoubleArray(a, start, end); } static int[] iroundAll(double[] a) { ret iroundDoubleArray(a); }