Difference between revisions of "LIST STAT MEAN/ja"

From Second Life Wiki
Jump to navigation Jump to search
(Initial translation)
 
 
Line 7: Line 7:
|pb
|pb
|examples=
|examples=
<lsl>
<source lang="lsl2">
float mean = llListStatistics( LIST_STAT_MEAN, numList );
float mean = llListStatistics( LIST_STAT_MEAN, numList );
</lsl>
</source>
|constants=
|constants=
<!--{{LSL ConstRow|CHANGED_SHAPE}}-->
<!--{{LSL ConstRow|CHANGED_SHAPE}}-->

Latest revision as of 15:15, 25 February 2016

解説

定数: integer LIST_STAT_MEAN = 3;

integer 定数 LIST_STAT_MEAN の値は 3 です。

リストの数値の算術平均値を返します。

関連記事

関数

•  llListStatistics

サンプル

float mean = llListStatistics( LIST_STAT_MEAN, numList );

特記事項

この翻訳は 原文 と比べて古いですか?間違いがありますか?読みにくいですか?みんなで 修正 していきましょう! (手順はこちら)