I have an num -569360386, and turn it into hex format.
I use toString(16),I get -21efc002.
But how can get 0xDE103FFE,whic h is to ignore the highest bit as the
signed bit?
I use toString(16),I get -21efc002.
But how can get 0xDE103FFE,whic h is to ignore the highest bit as the
signed bit?
Comment