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

Method floatValue

output/java_guava/1.4.17/LongAdder.java:211–213  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

209
210
211 public float floatValue() {
212 return (float) sum();
213 }
214
215 /**
216 * Returns the {@link #sum} as a {@code double} after a widening

Callers 1

toArrayMethod · 0.45

Calls 1

sumMethod · 0.95

Tested by

no test coverage detected