Is there an inbuilt circular shift operator in c#?
I've googled it but because c# happens to be musical note.. i get a
large noise to signal ratio :P
Simon.
Ravikanth[MVP] - 18 Sep 2003 10:20 GMT
Hi
In C# left and right shift operators are there.
Check the following msdn article:
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/csspec/html/vclrfcsharpspec_7_8.asp
Ravikanth[MVP]
>-----Original Message-----
>Is there an inbuilt circular shift operator in c#?
[quoted text clipped - 4 lines]
>Simon.
>.
Bret Mulvey - 18 Sep 2003 19:10 GMT
Those aren't circular shift operators--they discard bits that shift out.
I don't know of any circular shift operators in C#.
> Hi
>
[quoted text clipped - 15 lines]
> >Simon.
> >.
Michael Mayer - 19 Sep 2003 05:20 GMT
> I've googled it but because c# happens to be musical note.. i get a
> large noise to signal ratio :P
Out of curiosity, what was your search? In almost of year of google C#
searches, i don't remember coming up with one reference to music. (Kindof
strange in retrospect).
...Amazon's support for 'C#' has been pretty abysmal until recently, but
never had problems with google.
-mike