Difference between revisions of "Integer"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{LSL Header}} | |||
[[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}} | 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 | The range is: −2,147,483,648 to +2,147,483,647 |
Revision as of 14:08, 16 February 2007
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
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