Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fully qualified name: Std.Math.Max
function Max(values : Int[]) : Int
Summary
Given an array of integers, returns the largest element.
Input
values
An array to take the maximum of.
Output
The largest element of values
.