Ar Min

From GECK
Jump to: navigation, search


A function added by the AnhNVSE Plugin.

Description

Returns the smallest *numeric* value of an array.

Syntax

[help]
(float) Ar_Min array:array 

Example

array_var aNumbers

aNumbers = ar_list 6,2,10,7
int iMin = Ar_Min aNumbers          ; iMin = 2

See Also