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.

Variable Argument List Functions

Count

Returns the count of elements in the list.

List

Lists the values in an argument list.

VMax

Returns the maximum value.

VMin

Returns the minimum value.

VMean

Returns the mean and standard deviation.

VSum

Returns the sum.

Related Topics

Table Functions

CImage Class

CArray Class

CMatrix Class

Contents