Max

Revision as of 19:42, 23 August 2007 by Lchrisman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Max(A,I)

Returns the maximum of array A along index I.

I can be omitted to take the maximum along the implicit dimension. For example:

Max( [3,4] ) → 4

See Also

Comments


You are not allowed to post comments.