ArrayMax
Method Signature
ArrayMax(array=[array])Arguments
Argument
Type
Required
Description
Default
Examples
Simple example with empty array
someArray = arrayNew( 1 );
writeOutput( arrayMax( someArray ) );
Get largest numeric value of an array
Get largest numeric value of an array using member function
Additional Examples
Related
Last updated
Was this helpful?
