Ar Min
From GECK
A function added by the AnhNVSE Plugin.
Contents
Description
Returns the smallest *numeric* value of an array.
Syntax
(float) Ar_Min array:array
Example
array_var aNumbers aNumbers = ar_list 6,2,10,7 int iMin = Ar_Min aNumbers ; iMin = 2