Variable Argument Functions
These functions operate on a variable argument list containing values and tables. The tables may also contain nested tables. These commands also work on objects of the CArray class in place of tables.
These commands are similar to several of the Table functions except that, since these functions take variable arguments lists, they run significantly slower. The speed probably is not important for small tables but may be a factor if some of the tables in the argument list have, e.g., 100,000 elements or more. The variable argument functions also do not support the classes CImage and CMatrix.
Returns the count of elements in the list. |
|
Lists the values in an argument list. |
|
Returns the maximum value. |
|
Returns the minimum value. |
|
Returns the mean and standard deviation. |
|
Returns the sum. |