Static function
Native
math.min
Return the minimum value from a variable length list of arguments
Syntax
math.min(numbers)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
numbers
|
number... | — | Numbers to get the smallest from. |
Returns
- number