Difference between revisions of "Category:Variables"
m
added a See Also section as well as a reference to a OBSE array article
imported>DragoonWraith (sorting under Z) |
imported>Bruneauinfo m (added a See Also section as well as a reference to a OBSE array article) |
||
Line 16: | Line 16: | ||
Other than that, however, generally [[Long Integer|longs]] and [[Short Integer|shorts]] will be rounded off to the nearest integer (i.e. 1.25 becomes 1, 1.75 becomes 2), while [[Floating Point|floats]] will store the decimal data. However, if a variable is a Global, then it will ''always'' be a [[Floating Point|float]] and therefore will not round off the decimal values. | Other than that, however, generally [[Long Integer|longs]] and [[Short Integer|shorts]] will be rounded off to the nearest integer (i.e. 1.25 becomes 1, 1.75 becomes 2), while [[Floating Point|floats]] will store the decimal data. However, if a variable is a Global, then it will ''always'' be a [[Floating Point|float]] and therefore will not round off the decimal values. | ||
==See Also== | |||
[[Introduction to OBSE arrays]] | |||
[[Category: Functions|Z]] | [[Category: Functions|Z]] | ||
[[Category:Scripting]] | [[Category:Scripting]] | ||
[[Category:Commands]] | [[Category:Commands]] |