LIST STAT MIN/fr

From Second Life Wiki
< LIST STAT MIN
Revision as of 10:59, 16 June 2008 by Gally Young (talk | contribs) (Translated)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Constante: integer LIST_STAT_MIN = 1;

La constante LIST_STAT_MIN de type integer a la valeur 1

Renvoie la plus petite valeur d'un list.

Articles connexes

Fonctions

•  llListStatistics Applique des fonctions mathématiques à des lists.

Exemples

<lsl> float min = llListStatistics( LIST_STAT_MIN, numList ); </lsl>