Method
floatValue
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 |
Tested by
no test coverage detected