LIST STAT MEAN - Second Life Wiki

LIST STAT MEAN

From Second Life Wiki

Jump to: navigation, search

Contents

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.

Related Articles

Functions

•  llListStatistics

Examples

 
float mean = llListStatistics( LIST_STAT_MEAN, numList );