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