Returns the smallest numeric value in an array. If the array
parameter value is an empty array, returns zero.
All elements must contain values that can be automatically
converted to numeric values.
arraymin(array array):number
Name | Type | Required | Description |
---|---|---|---|
array | array | Yes | Name of an array |