Lucee object methods reference

Object Method Array.max

Returns the largest numeric value in an array. If the array
parameter value is an empty array, returns zero.
All elements must contain values that can be automatically
converted to numeric values.
Array.max():number

Category

array

Arguments

This function has no arguments