Difference between revisions of "LIST STAT RANGE"

From Second Life Wiki
Jump to navigation Jump to search
m
m (<lsl> tag to <source>)
 
Line 7: Line 7:
|text=
|text=
|pb=
|pb=
|examples=<lsl>float range = llListStatistics( LIST_STAT_RANGE, numList );</lsl>
|examples=<source lang="lsl2">float range = llListStatistics( LIST_STAT_RANGE, numList );</source>


<lsl>float max = llListStatistics( LIST_STAT_MAX, numList );
<source lang="lsl2">float max = llListStatistics( LIST_STAT_MAX, numList );
float min = llListStatistics( LIST_STAT_MIN, numList );
float min = llListStatistics( LIST_STAT_MIN, numList );
float range = max - min;</lsl>
float range = max - min;</source>
|constants=
|constants=
<!--{{LSL ConstRow|CHANGED_SHAPE}}-->
<!--{{LSL ConstRow|CHANGED_SHAPE}}-->

Latest revision as of 15:59, 23 January 2015