You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

double_sum()

Usage

double_sum(collection)

Description
Returns the sum of all the values in the given collection as a floating-point value. This method will most likely be used in combination with the extract() or merge() functions.

Example

${double_sum(merge(1, 2, 3, 4))}

results in

10.0

Search results for "double_sum()"

double_sum()

Returns the sum of all the values in the given collection as a floating-point value. This method will most likely be used in combination with the extract() or merge() functions.

double_sum(collection)