Hi there,
I have a code with the following line:
long s = (ib-ia) >> 2
and I dont know what it means. When I debug it seems that the >> operator is used as a divide operator. What is exactly this operator >> in terms of mathematics?
Thanks,
Matteo
I have a code with the following line:
long s = (ib-ia) >> 2
and I dont know what it means. When I debug it seems that the >> operator is used as a divide operator. What is exactly this operator >> in terms of mathematics?
Thanks,
Matteo
Comment