Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
mean
Method · 0.45
toArray
Method · 0.45
meanOf
Method · 0.45
addAll
Method · 0.45
Calls
1
sum
Method · 0.95
Tested by
no test coverage detected