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

Method doubleValue

output/java_guava/1.4.17/LongAdder.java:221–223  ·  view source on GitHub ↗

Returns the #sum as a double after a widening primitive conversion.

()

Source from the content-addressed store, hash-verified

219
220
221 public double doubleValue() {
222 return (double) sum();
223 }
224
225 private void writeObject(ObjectOutputStream s) throws IOException {
226 s.defaultWriteObject();

Callers 4

meanMethod · 0.45
toArrayMethod · 0.45
meanOfMethod · 0.45
addAllMethod · 0.45

Calls 1

sumMethod · 0.95

Tested by

no test coverage detected