Skip to main content
max(numbers...) returns the highest value from the given numbers.

Signature

At least one argument is required.

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.