I'm looking for a simple pair of functions that will convert a pair of 8-bit integers into a single 16-bit integer type and vice versa. Does anyone know of one for .NET?
[someone with more rep: please add the "c#" tag?]
|
3
|
|
|
|
|
3
|
Here's at least one that ought do do nicely:
|
||
|
|
|
1
|
Not sure if this will help your solution - it's been ages since I did c#, but I remember
More Information: |
||
|
|