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
Name | Description |
---|---|
Returns the (statistical) average of all array elements... | |
Applies the Clamp function to all array elements and returns the result... | |
Returns true if all corresponding elements of the arrays ... | |
Returns true if all elements of array1 are greater than the corresponding ... | |
Returns true if all elements of array1 are greater or equal than ... | |
Returns true if all elements of array1 are less than ... | |
Returns true if all elements of array1 are less or equal than ... | |
Inverses the sign of all elements of array (the same as multiplying... | |
Applies the Not function to all array elements ... | |
Returns true if all corresponding elements of array1 ... | |
Returns the product of all array elements... | |
" Returns an array with elements the spline (y value) of ... | |
Returns the standard deviation of array elements... | |
Returns the sum of the products of all pairs of the corresponding elements ... |
Constants
None
Variables
None