Primitive
math.add
BETAShort name: add
Version: 1.0.0
Sum an array of numbers.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| values | array | true | Array of finite numbers with length of at least 1. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | number | false | Sum of all values. |