Difference between revisions of "Category:Variables"
Jump to navigation
Jump to search
imported>JOG |
imported>JOG (Variable type description) |
||
Line 3: | Line 3: | ||
[[Declaring_variables|short]] varNameShort | [[Declaring_variables|short]] varNameShort | ||
[[ | [[Variable_types:_longint|long]] varNameLong | ||
[[ | [[Variable_types:_floating_point|float]] varNameFloat | ||
[[Reference_variables|ref]] varNameRef | [[Reference_variables|ref]] varNameRef |
Revision as of 08:34, 24 March 2006
There are a few types of variables. Although you can declare a variable to be Short or Long, both produce the same result.
short varNameShort
long varNameLong
float varNameFloat
ref varNameRef
Sizes of numbers that can be stored in each type:
short -32,768 to 32,767 long -2,147,483,648 to 2,147,483,647 float 1.18E-38 to 3.40E38 (precision = 7 digits) ref an object reference
Pages in category "Variables"
The following 8 pages are in this category, out of 8 total.