Max

Revision as of 19:51, 23 August 2007 by Lchrisman (talk | contribs)


Max(X,I)

Returns the maximum of array X 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.