Smallest Function

  • Updated

Returns the smallest value from a list of values.

Syntax

 

Returns the smallest value from a list of values.

 

Smallest(values1, values2, ...)

 

 

Arguments:

 

 

 

values

Any - A list of values to compare.

Remarks

  • Example: Smallest(4, 2, 5, 1, 3) returns 1.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.