SimQuest 6.4 help
MaxOfArray
When applied to an array of numbers, MaxOfArray produces the biggest of the numbers. It has two variables: array and max.
Examples:
array = (3, 9) => max = 9
array = (8, 2, 1) => max = 8
Related topics:
Basic compound model elements
Special compound model elements
Copyright University of Twente 2011