array_boundsReturns the minimum and maximum values from the input array. For structs (vectors and matrices), the minimum and maximum are calculated member-by-member, and the result is the bounding box of the array elements.
For empty arrays, the returned value is 0.
arrayThe input array.
min_boundThe lowest bound found in all array values.
max_boundThe highest bound found in all array values.