about BitVector32
-
it seems to me that BitVector32 only supports signed integer and does not support un-signed integer, what is the reason? thanks
-
it seems to me that BitVector32 only supports signed integer and does not support un-signed integer, what is the reason? thanks
Seraph_summer wrote:
it seems to me that BitVector32 only supports signed integer and does not support un-signed integer, what is the reason?
Why does it matter? If it only supports signed ints (and I'm not sure that it is true, just can't be bothered to test it), it only supports signed ints. Use it if you can use signed ints, don't use it if you can't. At the end of the day it is a struct, write your own to use signed ints, if you need one.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
it seems to me that BitVector32 only supports signed integer and does not support un-signed integer, what is the reason? thanks