Max function
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
.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Fully qualified name: Std.Math.Max
function Max(values : Int[]) : Int
Given an array of integers, returns the largest element.
An array to take the maximum of.
The largest element of values
.