BitRotator Methods
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | RotateLeft(Byte, Int32) | Rotates the bits of an unsigned byte value to the left. |
![]() ![]() | RotateLeft(Int16, Int32) | Rotates the bits of a signed short value to the left. |
![]() ![]() | RotateLeft(Int32, Int32) | Rotates the bits of a signed int value to the left. |
![]() ![]() | RotateLeft(Int64, Int32) | Rotates the bits of a signed long value to the left. |
![]() ![]() | RotateLeft(SByte, Int32) | Rotates the bits of a signed byte value to the left. |
![]() ![]() | RotateLeft(UInt16, Int32) | Rotates the bits of an unsigned short value to the left. |
![]() ![]() | RotateLeft(UInt32, Int32) | Rotates the bits of an unsigned int value to the left. |
![]() ![]() | RotateLeft(UInt64, Int32) | Rotates the bits of an unsigned long value to the left. |
![]() ![]() | RotateRight(Byte, Int32) | Rotates the bits of an unsigned byte value to the right. |
![]() ![]() | RotateRight(Int16, Int32) | Rotates the bits of a signed short value to the right. |
![]() ![]() | RotateRight(Int32, Int32) | Rotates the bits of a signed int value to the right. |
![]() ![]() | RotateRight(Int64, Int32) | Rotates the bits of a signed long value to the right. |
![]() ![]() | RotateRight(SByte, Int32) | Rotates the bits of a signed byte value to the right. |
![]() ![]() | RotateRight(UInt16, Int32) | Rotates the bits of an unsigned short value to the right. |
![]() ![]() | RotateRight(UInt32, Int32) | Rotates the bits of an unsigned int value to the right. |
![]() ![]() | RotateRight(UInt64, Int32) | Rotates the bits of an unsigned long value to the right. |

