Category:LSL 型

From Second Life Wiki
Revision as of 00:04, 15 April 2010 by Mako Nozaki (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

はじめに

データ型はデータの型またはフォーマットの定義です。

integerの例だと、0x00000000 から 0xFFFFFFFF の範囲にある全数値の要素を、32bit用のintegerのみ含むべきdataの種類(あるいはタイプ)として有効であろう変数で定義します。

integer myVar = 123;

This category currently contains no pages or media.