| Maptitude GISDK Help |
Determines the largest value in an array of numbers.
max = ArrayMax(array my_array)
| Argument | Contents |
|---|---|
| my_array | An array of numbers |
A real number indicating the largest value in my_array.
The array must contain numbers only. Other types, including null, are not allowed.
| Error Type | Meaning |
|---|---|
| Error | The array contains values that are null or are not numbers |
| Function | Summary |
|---|---|
| ArrayMin() | Determines the smallest value in an array of numbers |
| ©2025 Caliper Corporation | www.caliper.com |