Integer to Byte using Bitwise Operators(lenielmacaferi.blogspot.com)
submitted by
leniel(489) 3 years, 9 months ago
A sample that makes use of F#'s bitwise operators to encode (signed) 32-bit integers into 1, 2, or 5 bytes, represented by returning a list of integers. Integers in the range 0 to 127 return a list of length 1. A detailed review of the bitwise operations is provided so that you can better realize what's going on during the encoding process.
|category: Other
|Views: 40
tags:
Bitwise F# Operators another
Everyones tags:
Your Tags: