Lua
C++
Edit

Min

This function returns the maximum of two specified values.

Syntax

Returns

Returns the highest of the two specified values.

Example

local a = 5
local b = 3

Print(Min(a,b))
Copyright © 2024 Ultra Software.
All rights reserved.