LIST STAT MIN/de

From Second Life Wiki
< LIST STAT MIN
Revision as of 10:36, 28 November 2008 by Zai Lynch (talk | contribs) (l10n)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Beschreibung

Konstante: integer LIST_STAT_MIN = 1;

Die integer Konstante LIST_STAT_MIN hat den Wert 1

Gibt die kleinste Zahl einer Liste.

Ähnliche Artikel

Funktionen

•  llListStatistics Ermöglicht statistische Erhebungen an einer Liste.

Beispiele

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

Deep Notes

Nach JIRA-Issues suchen, die sich hierauf beziehen

Signature

integer LIST_STAT_MIN = 1;