Difference between revisions of "MaxList"

From NexusWiki
Jump to: navigation, search
(Created page with ''''MaxList'''(list, n, condition); It leaves the biggest ’n’ element in the ’list’, according to the ’condition’.')
 
(No difference)

Latest revision as of 02:55, 19 June 2009

MaxList(list, n, condition);

It leaves the biggest ’n’ element in the ’list’, according to the ’condition’.