Difference between revisions of "LlListStatistics/ja"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{multi-lang}}{{LSL_Function/ja |func_id=315|func_sleep=0.0|func_energy=10.0 |func=llListStatistics|return_type=float|p1_type=integer|p1_name=operation|p1_desc=a LIST_STAT_* flag |p2_type=...)
 
m
Line 1: Line 1:
{{multi-lang}}{{LSL_Function/ja
{{LSL_Function/ja
|func_id=315|func_sleep=0.0|func_energy=10.0
|func_id=315|func_sleep=0.0|func_energy=10.0
|func=llListStatistics|return_type=float|p1_type=integer|p1_name=operation|p1_desc=a LIST_STAT_* flag
|func=llListStatistics|return_type=float|p1_type=integer|p1_name=operation|p1_desc=a LIST_STAT_* flag
Line 62: Line 62:
|permission
|permission
|negative_index
|negative_index
|sort=ListStatistics/ja
|sort=ListStatistics
|cat1=List/ja
|cat1=List
|cat2=Math/ja
|cat2=Math
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 23:42, 18 April 2008

要約

関数: 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の関連した項目が参考になるかもしれません。