473,320 Members | 1,958 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Circular Shift Operator

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.
Nov 15 '05 #1
3 6435
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#?

I've googled it but because c# happens to be musical note.. i get alarge noise to signal ratio :P

Simon.
.

Nov 15 '05 #2
Those aren't circular shift operators--they discard bits that shift out.

I don't know of any circular shift operators in C#.

"Ravikanth[MVP]" <dv*********@hotmail.com> wrote in message
news:04****************************@phx.gbl...
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#?

I've googled it but because c# happens to be musical

note.. i get a
large noise to signal ratio :P

Simon.
.

Nov 15 '05 #3
"Simon Johnson" <Ck***@hotmail.com> wrote in message
news:f5**************************@posting.google.c om...
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
Nov 15 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

43
by: Mehta Shailendrakumar | last post by:
Hello, Can anyone suggest me operator to perform arithmetic shift in C? May it be for a perticular compiler. Thank you in advance. Regards, Shailendra
4
by: Kevin | last post by:
I was looking through some source code and noticed the used of the C# << operator. Why is this being used here and under what circumstances is an left-shift operator useful. internal enum...
2
by: Alberto | last post by:
I need a listview where the user can select the items with the arrow keys but I also want that it works in a circular way: if you are in the first item and press key up, the last item is selected...
11
by: Kenneth Lantrip | last post by:
Anyone got any ideas as to how this process could be improved for speed? this is what I have... Dim j, q As Integer Dim x(16), y(16) As Byte x.CopyTo(y, 0) ' shift left circular 24 bits
4
by: sandhya | last post by:
Hello Folks, i hava a problem in coding of circular left shift of 25 bits in my program...how do i perform it, and how do i use unsigned in VB. My program (IDEA algorithm implementation in VB) ...
9
by: yuyang08 | last post by:
Dear all, Is there a logic shift operator in C++? I tried ">>", it is an arithmetic shift operator. Thanks! -Andy
24
by: Nishu | last post by:
Hi All, Could you please explain whether C standard supports logical right shift operation using some operator? I know somewhere I read about >>operator. I thought, it is in C but i think i'm...
7
by: Bint | last post by:
Hi, What is a simple way to shift the elements in an array, circularly? Is there a way to do it so that you don't need a separate storage array? IE I want to shift array A{1,2,3,4,5,6,7,8} by...
11
by: Bob Altman | last post by:
Hi all, I want to write a generic class that does this: Public Class X (Of T) Public Sub Method(param As T) dim x as T = param >3 End Sub End Class
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.