Difference between revisions of "Long Integer"
Jump to navigation
Jump to search
m
no edit summary
imported>JOG m |
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 [[Object scripts]], but longs inside [[Quest scripts]], as well as [[Globals|global]] variables, are internally stored as | There are no restrictions when using a long as a local variable within [[Object scripts]], but longs inside [[Quest scripts]], as well as [[Globals|global]] variables, are internally stored as [[Variable_types:_floating_point|floating point]] and there might be a precission issue with very large values. | ||
[[Category:Variables]] | [[Category:Variables]] |