sumOf

inline fun <T> Collection<T>.sumOf(selector: (T) -> Float): Float

A sumOf variation that returns a float instead of Double