C# UL and >> operators
Posted
by Christian
on Stack Overflow
See other posts from Stack Overflow
or by Christian
Published on 2010-04-08T14:12:50Z
Indexed on
2010/04/08
14:53 UTC
Read the original article
Hit count: 290
Hi!
What does this meaning mean in words?
(SomeVariable * 330UL >> 10)
Is it: SomeVariable times 3.3 shift right 10 bit??
Kind regards!
© Stack Overflow or respective owner