ArrayMin
Return length of array
Method Signature
Arguments
Argument
Type
Required
Description
Default
array
any
true
The array to get min value from
Examples
Simple example with empty array
To get the smallest numeric value of an array
Result: 0
Get smallest numeric value of an array
Uses the arrayMin function to get the smallest numeric value of an array
Result: 2
Get smallest numeric value of an array using member function
Result: 1
Additional Examples
Related
Last updated
Was this helpful?