Circular Shift Operator

  • Thread starter Thread starter Simon Johnson
  • Start date Start date
S

Simon Johnson

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.
 
Those aren't circular shift operators--they discard bits that shift out.

I don't know of any circular shift operators in C#.
 
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
 
Back
Top