Byte: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
In SDK code, '''byte''' refers to an eight-bit byte. It represents one of 256 possible [[integer|integral]] values. These values can be used for calculations and can lower the amount of data networked. | In SDK code, '''byte''' refers to an eight-bit byte. It represents one of 256 possible [[integer|integral]] values. These values can be used for calculations and can lower the amount of data networked. | ||
==See also== | |||
[http://en.wikipedia.org/wiki/Byte Wikipedia information on Byte] |
Revision as of 06:14, 22 July 2005
In SDK code, byte refers to an eight-bit byte. It represents one of 256 possible integral values. These values can be used for calculations and can lower the amount of data networked.