ArrayMin()
Summary
Determines the smallest value in an array of numbers.
Syntax
min = ArrayMin(array my_array)
| Argument | Contents |
|---|---|
| my_array | An array of numbers |
Returns
A real number indicating the smallest value in my_array.
Notes
-
The array must contain numbers only. Other types, including null, are not allowed.
Error Codes
| Error Type | Meaning |
|---|---|
| Error | The array contains values that are null or are not numbers |
See Also
| Function | Summary |
|---|---|
| ArrayMax() | Determines the largest value in an array of numbers |