Skip to content

average

Litichevskiy Dmitriy edited this page Jan 26, 2019 · 1 revision

manipula.average([selector])

Method invokes a transform function on each element of an iterable and returns the average of the resulting values.

Kind: instance method of Manipula

Param Type Description
[selector] selector A transform function to apply to each element.
Clone this wiki locally