Skip to main content



Smallest Function

Returns the smallest value from a list of values.

Syntax

Smallest(values1, values2, ...)

Returns the smallest value from a list of values.

Arguments

values Any - A list of values to compare.

Remarks

Example:

Smallest(4, 2, 5, 1, 3); // returns 1