LIST STAT MEAN
Revision as of 14:37, 10 April 2008 by Strife Onizuka (talk | contribs)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer LIST_STAT_MEAN = 3;The integer constant LIST_STAT_MEAN has the value 3
Calculates the mean (average) of the numbers in the list.
Caveats
Related Articles
Functions
• | llListStatistics |
Examples
<lsl> float mean = llListStatistics( LIST_STAT_MEAN, numList ); </lsl>