$min
$min
returns the smallest number from the provided numbers.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
numbers | number | The numbers where the smallest number will be searched. | true |
Example(s)
This will return 5
since its the smallest number provided: