Difference between revisions of "Long Integer"

6 bytes added ,  11:56, 24 March 2006
m
no edit summary
imported>JOG
imported>JOG
m
Line 3: Line 3:
The highest bit is the sign, so the variable ranges from -2^31 (-2147483648) to 2^31-1 (2147483647)
The highest bit is the sign, so the variable ranges from -2^31 (-2147483648) to 2^31-1 (2147483647)


There are no restrictions when using a long as a local variable within a script, but when you use a [[Globals|global]] variable, it's internally stored as a [[Floating_point_variables|float]], and there might be a precission issue with very large values.
There are no restrictions when using a long as a local variable within a script, but when you use a [[Globals|global]] variable, it's internally stored as a [[Variable_types:_floating_point|float]], and there might be a precission issue with very large values.


[[Category:Variables]]
[[Category:Variables]]
Anonymous user