addAll

fun addAll(values: DoubleArray)(source)

Adds all values from a DoubleArray to the accumulator.

Parameters

values

the values to add.


fun addAll(values: Iterable<Double>)(source)

Adds all values from an Iterable to the accumulator.

Parameters

values

the values to add.