共用方式為


Max 函式

完整名稱:Std.Math.Max

function Max(values : Int[]) : Int

總結

指定整數陣列,傳回最大的元素。

輸入

要接受最大值的陣列。

輸出

values的最大元素。