<-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