Ask AI
Skip to main content

Reduce

Aggregate elements of a list using a binary operation.

Input parameters

NameDescriptionTypeRequiredDefault value
listThe list of numbers to be reduced using a specified binary operator.Listtrue
binary-operatorThe binary operator to be used for reducing the list.SELECT_ONEtrue

Output

NameDescriptionTypeDefault value
resultThe result of applying the binary operator to reduce the list.NUMBERRESULT