sum

fun ByteBuffer.sum(): Int
fun ShortBuffer.sum(): Int
fun IntBuffer.sum(): Int
fun LongBuffer.sum(): Long
fun FloatBuffer.sum(): Float
fun DoubleBuffer.sum(): Double

Returns the sum of all elements in the buffer.