ArrayMax
Get the max value from an array
Method Signature
Arguments
Argument
Type
Required
Description
Default
array
array
true
The array to get max value from
Examples
Simple example with empty array
To get the largest numeric value of an array
Result: 0
Get largest numeric value of an array
Uses the arrayMax function to get the largest numeric value of an array
Result: 87
Get largest numeric value of an array using member function
Result: 45
Additional Examples
Related
Last updated
Was this helpful?