Difference between revisions of "Category:Variables"
removing from Functions category... gonna have to give Scripting and Command categories similar treatment...
imported>Haama (Added update tag) |
imported>DragoonWraith (removing from Functions category... gonna have to give Scripting and Command categories similar treatment...) |
||
Line 19: | Line 19: | ||
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. | ||
[[Category:Scripting]] | <div id="catlinks"><p class='catlinks'>[[Special:Categories|Category]]: [[:Category: Scripting|Scripting]] | [[:Category: Commands]] | Category: Functions]]</p></div> | ||
[[Category:Commands]] | |||