Progetto H — API Reference API & Scripting Documentation
Static function Shared Native

math.min

Return the minimum value from a variable length list of arguments

Syntax

Lua
math.min(numbers)

Parameters

Name Type Default Description
numbers number... Numbers to get the smallest from.

Returns

  • number