Elex.Functions.Min (Elex v0.3.0)

View Source

Returns the smaller of two or more values.

Expression syntax

min(3, 7)
min(3, 7, 1)