The array :: properties module

The array :: properties module provides functions, constants and global variables for getting / setting common array properties such as whether (or how many times) a value is contained in an array, etc.

Required modules

base :: core, base :: conversion, array :: core, array :: operators

Functions

NameDescription

ArrayContains()

Returns true if array contains at least one element with ...

ArrayElmCount()

Returns the number of array elements with value value...

ArrayIndexOf()

Returns the (first) index of array that contains the specified value...

ArrayMax()

Returns the bigger value stored inside array...

ArrayMin()

Returns the smaller value stored inside array...

Constants

None

Variables

None