MCPcopy Create free account
hub / github.com/antlr/codebuff / intsToDoubles

Method intsToDoubles

output/java_guava/1.4.17/Quantiles.java:519–526  ·  view source on GitHub ↗
(int[] ints)

Source from the content-addressed store, hash-verified

517 }
518
519 private static double[] intsToDoubles(int[] ints) {
520 int len = ints.length;
521 double[] doubles = new double[len];
522 for (int i = 0; i < len; i++) {
523 doubles[i] = ints[i];
524 }
525 return doubles;
526 }
527
528 /**
529 * Performs an in-place selection to find the element which would appear at a given index in a

Callers 2

computeMethod · 0.45
computeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected