sumOf

inline fun <T> DoubleBufferOps.sumOf(buffer: Buffer<T>, conversion: (T) -> Double): Double(source)

Sum of elements using given conversion