mercredi 19 février 2020

Converting bitwise if condition to usual if condition

I have found this if condition using bitwise, I don't know how to convert it to work with normal logical operator.

if (out[currentState] & (1 << j))

How to provide an equivalent condition that doesn't use bitwise?

Aucun commentaire:

Enregistrer un commentaire