Table of Contents

MIN Function

The MIN(x,y) function returns the minimum of its parameters.

MIN(96,12) === 12

See Also

Functions