ArrayMin()

Returns the minimum value represented in the array

Usage

NUMERIC = ArrayMin( array )
Argument Summary
array Array Object

Calling

Supports named-parameter calling allowing you to use the function like:

ArrayMin(
   array=?
);

Supports passing parameters as a structure using ArgumentCollection:

ArrayMin( ArgumentCollection={
   array : ?
} );