sum By Double
inline fun DoubleBuffer.sumByDouble(selector: (Double) -> Double): Double
Content copied to clipboard
Returns the sum of all values produced by selector function applied to each element in the array.
Returns the sum of all values produced by selector function applied to each element in the array.