stats_max
Find the maximum value in a list
stats_max(
values
) -> NUMBER
Find the maximum value in a list
Syntaxe
var max = stats_max([10, 5, 20, 15]);
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
values | yes | - | List of numbers |
stats_max(
values
) -> NUMBER
Find the maximum value in a list
var max = stats_max([10, 5, 20, 15]);
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
values | yes | - | List of numbers |