共用方式為


Min 函式

完整名稱:Std.Math.Min

function Min(values : Int[]) : Int

總結

指定整數陣列,傳回最小的專案。

輸入

要接受最小值的陣列。

輸出

values最小的專案。