Computes the sum of the sequence of number values that are obtained by invoking a transform function on each element.
Namespace: MindFusion.Mapping
Package: IEnumerable.js
JavaScript Copy Code |
---|
function sum (selector) |
function. A transform function to invoke on each element.
Number. The sum of the number values in the sequence.