Skip to content

llListStatistics

Function Syntax
float llListStatistics(
  1. integer Operation, // One of LIST_STAT_* values
  2. list ListVariable // Variable to analyze.
);

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.