Difference between revisions of "Category:Variables"
Jump to navigation
Jump to search
well... this doesn't really look terribly good, BUT...
imported>DragoonWraith (ok, now to figure out how to get it on the bottom...) |
imported>DragoonWraith (well... this doesn't really look terribly good, BUT...) |
||
Line 22: | Line 22: | ||
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. | ||
<div id="catlinks"><p class='catlinks'>[[Special:Categories|Category]]: [[:Category: Scripting|Scripting]] | [[:Category: Commands]] | [[:Category: Functions]] | [[:Category: Articles to be Updated|Articles to be Updated]]</p></div> | <div id="catlinks" style="clear: both; position: absolute; width: 97.5%; bottom: 0; margin-bottom: 1em;"><p class='catlinks'>[[Special:Categories|Category]]: [[:Category: Scripting|Scripting]] | [[:Category: Commands|Commands]] | [[:Category: Functions|Functions]] | [[:Category: Articles to be Updated|Articles to be Updated]]</p></div> |