ArrayMax()

Summary

Determines the largest value in an array of numbers.

Syntax

max = ArrayMax(array my_array)

Argument Contents
my_array An array of numbers

Returns

A real number indicating the largest 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
ArrayMin() Determines the smallest value in an array of numbers