Min 函数

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

function Min(values : Int[]) : Int

总结

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

输入

要采用最小值的数组。

输出

values的最小元素。