Primitive
math.min
BETAShort name: min
Version: 1.0.0
Return the minimum 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 | Minimum value. |