LIST STAT RANGE/de

From Second Life Wiki
< LIST STAT RANGE
Revision as of 10:40, 28 November 2008 by Zai Lynch (talk | contribs) (l10n)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Beschreibung

Konstante: integer LIST_STAT_RANGE = 0;

Die integer Konstante LIST_STAT_RANGE hat den Wert 0

Berechnet die Spannweite einer Liste (Maximum und Minimum).

Ähnliche Artikel

Funktionen

•  llListStatistics Ermöglicht statistische Erhebungen an einer Liste.

Beispiele

<lsl>float range = llListStatistics( LIST_STAT_RANGE, numList );</lsl>

<lsl>float max = llListStatistics( LIST_STAT_MAX, numList ); float min = llListStatistics( LIST_STAT_MIN, numList ); float range = max - min;</lsl>

Deep Notes

Nach JIRA-Issues suchen, die sich hierauf beziehen

Signature

integer LIST_STAT_RANGE = 0;