LIST STAT SUM

Description

Constant: integer LIST_STAT_SUM = 6;

The integer constant LIST_STAT_SUM has the value 6

Calculates the sum of the numbers in a list.

Caveats


Related Articles

Functions

•  llListStatistics

Examples

float sum = llListStatistics( LIST_STAT_SUM, numList );

Deep Notes

Search Canny for related Issues

Signature

integer LIST_STAT_SUM = 6;