Language Reference Guide : 6. Functions : Stat Library Functions : MAXIMUM Function
 
Share this page                  
MAXIMUM Function
The MAXIMUM function returns the largest value in a list.
This function has the following syntax:
MAXIMUM(list = list)
Arguments
Data Type
Description
list
Array of Object (see following note)
List of numbers
Note:  The Array of Object can be an Array of FloatObject, IntegerObject, or MoneyObject.
This function returns:
Float—Maximum value of items in list
Null—On error
Example—MAXIMUM function:
/* Use same array as Average example */
max_result = maximum(list = digits1_9);