Primitive
math.max
BETAShort name: max
Version: 1.0.0
Return the maximum value from a non-empty number array.
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 | Maximum value. |