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