Integer: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
No edit summary
Gigs Taggart (talk | contribs)
m debug channel
Line 4: Line 4:


The range is: −2,147,483,648 to +2,147,483,647
The range is: −2,147,483,648 to +2,147,483,647
You can use DEBUG_CHANNEL as a constant for max int.

Revision as of 15:53, 28 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

You can use DEBUG_CHANNEL as a constant for max int.