Max 函数

完全限定名称:Std.Math.Max

function Max(values : Int[]) : Int

总结

给定整数数组,返回最大元素。

输入

要获取最大值的数组。

输出

values的最大元素。