The array :: functions module

The array :: functions module provides functions, constants and global variables for the performance of common array operations such as comparisons, negation, product, average, etc.

Required modules

base :: core, numeric :: core, array :: core, array :: operators

Functions

NameDescription

ArrayAverage()

Returns the (statistical) average of all array elements...

ArrayClamp()

Applies the Clamp function to all array elements and returns the result...

ArrayEqual()

Returns true if all corresponding elements of the arrays ...

ArrayGreater()

Returns true if all elements of array1 are greater than the corresponding ...

ArrayGreaterOrEqual()

Returns true if all elements of array1 are greater or equal than ...

ArrayLess()

Returns true if all elements of array1 are less than ...

ArrayLessOrEqual()

Returns true if all elements of array1 are less or equal than ...

ArrayNegate()

Inverses the sign of all elements of array (the same as multiplying...

ArrayNot()

Applies the Not function to all array elements ...

ArrayNotEqual()

Returns true if all corresponding elements of array1 ...

ArrayProduct()

Returns the product of all array elements...

ArraySpline()

"

Returns an array with elements the spline (y value) of ...

ArrayStDev()

Returns the standard deviation of array elements...

ArraySumProduct()

Returns the sum of the products of all pairs of the corresponding elements ...

Constants

None

Variables

None