<-Back

Macro: Max-Of-Elements

max-of-elements number [macro]

Returns the maximum of expression from each element of an aggregate, with an optional filter.

arguments:
aggregate GDL aggregate object
(e.g. from a :sequence (:size .) :object specification)
optional arguments:
expression Expression using the-element, Default Value: nil
Similar to a the-object reference, which should return a number

<-Back