max(numbers...) returns the highest value from the given numbers.
Signature
Example
Cap the concurrency to the number of available CPU cores, but never exceed a configured maximum:Notes
- All arguments must be numbers.
- To find the smallest value, use
min.