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