Returns the minimum of the specified number(s). Returns an integer if all parameters are integers.
min( number, … )
number: (Decimal Array) A candidate number or an array of candidates for the minimum.
Decimal
min(1,2,3,4) returns 1
min(1,2,3,4)
1
On This Page