Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_arrmin() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_ARRMIN()

 DESCRIPTION

 C_ARRMIN() returns the minimum value found in the specified array.

 SYNTAX

 C_ARRMIN(array)

 PARAMETERS

 array (A) is the array to determine the minimum value.  The array
 argument is specified without quotes.

 RETURNS

 C_ARRMIN() returns the minimum value found as a numeric.

 EXAMPLES

 private arr1[4]
 arr1[1] = 25
 arr1[2] = 50
 arr1[3] = 75
 arr1[4] = 99

 ? c_arrmin(arr1) --> 25


See Also: C_ARRMAX() C_ARRSUM() C_ARRAVG() C_ARRCT() C_ARRSTR()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson