llListStatistics
float llListStatistics(integer Operation, list ListVariable)Performs a statistical aggregate function, specified by a LIST_STAT_* constant, on ListVariables.
This function allows a script to perform a statistical operation as defined by operation on a list composed of integers and floats.
Parameters
-
Operation(integer) - One of LIST_STAT_* values
-
ListVariable(list) - Variable to analyze.
Examples
Section titled “Examples”Add example usage here.
Add additional notes, caveats, or tips here.
See Also
Section titled “See Also”- Related pages can be linked here