Difference between revisions of "LlListStatistics/ja"

From Second Life Wiki
Jump to navigation Jump to search
m
m (カテゴリ変更)
Line 63: Line 63:
|negative_index
|negative_index
|sort=ListStatistics
|sort=ListStatistics
|cat1=List
|cat1=List/ja
|cat2=Math
|cat2=Math/ja
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 07:22, 10 April 2010

要約

関数: float llListStatistics( integer operation, list src );

src上で統計にもとづいて集計する関数のoperationを実行する結果を float で返します。

• integer operation a LIST_STAT_* flag
• list src

リストに収まっている型がfloatあるいはintegerではない場合、何事もなく無効化されます。

定数 解説
LIST_STAT_RANGE 0 範囲を返します。
LIST_STAT_MIN 1 最小値を取り出します。
LIST_STAT_MAX 2 最大値を取り出します。
LIST_STAT_MEAN 3 平均値を取り出します。
LIST_STAT_MEDIAN 4 中央値を取り出します。
LIST_STAT_STD_DEV 5 標準偏差を計算します。
LIST_STAT_SUM 6 合計を計算します。
LIST_STAT_SUM_SQUARES 7 二乗の合計を取り出します。
LIST_STAT_NUM_COUNT 8 floatinteger要素の数を取り出します。
LIST_STAT_GEOMETRIC_MEAN 9 幾何平均を計算します。

サンプル

関連項目

関数

•  llGetListEntryType

特記事項

Search JIRA for related Issues

Signature

function float llListStatistics( integer operation, list src );
この翻訳は 原文 と比べて古いですか?間違いがありますか?読みにくいですか?みんなで 修正 していきましょう! (手順はこちら)
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。