Difference between revisions of "Category:LSL Types/ja"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{LSL Header}} ===導入=== データ型はデータの型またはフォーマットの定義である. An integer for example, defines that the variable which will hold this k...)
 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{LSL Header}}
{{Multi-lang}}
===導入===
{{LSL Header/ja}}
===はじめに===


[[data|データ]]型はデータの型またはフォーマットの定義である.
[[data|データ]]型はデータの型またはフォーマットの定義です。


An integer for example, defines that the variable which will hold this kind (or 'type') of data shall contain only integers, which for 32-bit are whole number values in the range of  0x00000000 to 0xFFFFFFFF.
integerの例だと、0x00000000 から 0xFFFFFFFF の範囲にある全数値の要素を、32bit用のintegerのみ含むべきdataの種類(あるいはタイプ)として有効であろう変数で定義します。


===例===
===例===
integer myVar = 123;
integer myVar = 123;


{{LSLC|Keywords}}
{{LSLC/ja|Keywords}}

Latest revision as of 00:04, 15 April 2010

はじめに

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

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

integer myVar = 123;

Subcategories

This category has the following 11 subcategories, out of 11 total.

Pages in category "LSL Types/ja"

The following 6 pages are in this category, out of 6 total.