Integer: Difference between revisions
Jump to navigation
Jump to search
Gigs Taggart (talk | contribs) No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
[[Category: LSL Types]] | [[Category: LSL Types]] | ||
Integer data types are signed 32 bit values. Integers are whole numbers. If you want a decimal point, see {{LSLG|float}} | |||
The range is: −2,147,483,648 to +2,147,483,647 | |||
Revision as of 15:54, 14 February 2007
Integer data types are signed 32 bit values. Integers are whole numbers. If you want a decimal point, see float
The range is: −2,147,483,648 to +2,147,483,647