Was this helpful?
MINIMUM Function
The MINIMUM function returns the smallest value in a list.
This function has the following syntax:
MINIMUM(list = list)
Arguments
Data Type
Description
List
Array of Object, which can be an Array of FloatObject, IntegerObject, or MoneyObject
List of numbers
This function returns:
Float—Minimum of items in list
Null—On error
Example—MINIMUM function:
/* Use same array digits1_9 as Average example */
median_result = minimum(list = digits1_9);
Last modified date: 12/20/2023