Join Slack
Powered by
That is the correct way. Are you verifying that it...
# getting-started
d
damian
04/07/2017, 10:55 PM
That is the correct way. Are you verifying that it's working by `toString()`ing it, and getting a negative number? Try
java.lang.Integer.toBinaryString
or
java.lang.Integer.toHexString
to better see the effect.
👍🏽 1
2
Views
Open in Slack
Previous
Next