vendredi 13 décembre 2019

What is the role of << , >> operators in the loop

I have never seen using << operator in a loop.

Could someone please let me know what role are these operators << , >> playing in this loop.

for(i=step << 1; i>=0;i-=2)             
        {
         // normal
         Normal(angles[i>>1]

      }

Aucun commentaire:

Enregistrer un commentaire