Byte: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo 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.
A byte is the same as a char.


==See also==
==See also==
[http://en.wikipedia.org/wiki/Byte Wikipedia information on Byte]
[Char]

Revision as of 21:09, 7 August 2005

A byte is the same as a char.

See also

[Char]