LIST STAT MIN: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m <lsl> tag to <source> |
||
| Line 7: | Line 7: | ||
|text= | |text= | ||
|pb= | |pb= | ||
|examples=< | |examples=<source lang="lsl2"> | ||
float min = llListStatistics( LIST_STAT_MIN, numList ); | float min = llListStatistics( LIST_STAT_MIN, numList ); | ||
</ | </source> | ||
|constants= | |constants= | ||
<!--{{LSL ConstRow|CHANGED_SHAPE}}--> | <!--{{LSL ConstRow|CHANGED_SHAPE}}--> | ||
Latest revision as of 15:56, 23 January 2015
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer LIST_STAT_MIN = 1;The integer constant LIST_STAT_MIN has the value 1
Retrieves the smallest number in the list.
Caveats
Related Articles
Functions
| • | llListStatistics |
Examples
float min = llListStatistics( LIST_STAT_MIN, numList );