- This wiki is out of date, use the continuation of this wiki instead
Short
From FenixWiki
(Difference between revisions)
Revision as of 01:09, 13 May 2007 (edit) Sandman (Talk | contribs) ← Previous diff |
Revision as of 01:10, 13 May 2007 (edit) (undo) Sandman (Talk | contribs) m Next diff → |
||
Line 1: | Line 1: | ||
+ | [[Category:language]] | ||
+ | [[Category:datatypes]] | ||
+ | |||
== Definition == | == Definition == | ||
'''SHORT''' or '''WORD''' | '''SHORT''' or '''WORD''' | ||
'''Short'''s or '''Word'''s are whole numbers ranging from 0 to 2^16-1 ( 0 to 65535 ). This is because a '''short''' or '''word''' in Fenix uses 16 bits (2 bytes) to denote its value. | '''Short'''s or '''Word'''s are whole numbers ranging from 0 to 2^16-1 ( 0 to 65535 ). This is because a '''short''' or '''word''' in Fenix uses 16 bits (2 bytes) to denote its value. | ||
- | |||
- | [[Category:datatypes]] |
Revision as of 01:10, 13 May 2007
Definition
SHORT or WORD
Shorts or Words are whole numbers ranging from 0 to 2^16-1 ( 0 to 65535 ). This is because a short or word in Fenix uses 16 bits (2 bytes) to denote its value.