Equinox Online Help - Language Reference - A to Z

Home

Min

Applies to
SyntaxMin(Number1Expression, Number2Expression)
Action[Function] Returns the lesser of two values.
ScopeUsable anywhere.
Notes

This function compares Number1Expression and Number2Expression and returns the value of whichever is smaller.

CategoryMaths
See Also Abs, Acos, Asin, Atan, Cos, Deg, Int, Log, Max, Min, MinMax, Rad, Rnd, RndStart, Round, Sign, Sin, Sqrt, Tan
Example

This example displays the value 4 on a dialog.

Alert Min(6, 4)