BitRotator Class

Visual Studio 2015
 

Provides helper methods for rotating bits right or left.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

System.Object
  Microsoft.VisualStudio.Utilities.BitRotator

public static class BitRotator

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticRotateLeft(Byte, Int32)

Rotates the bits of an unsigned byte value to the left.

System_CAPS_pubmethodSystem_CAPS_staticRotateLeft(Int16, Int32)

Rotates the bits of a signed short value to the left.

System_CAPS_pubmethodSystem_CAPS_staticRotateLeft(Int32, Int32)

Rotates the bits of a signed int value to the left.

System_CAPS_pubmethodSystem_CAPS_staticRotateLeft(Int64, Int32)

Rotates the bits of a signed long value to the left.

System_CAPS_pubmethodSystem_CAPS_staticRotateLeft(SByte, Int32)

Rotates the bits of a signed byte value to the left.

System_CAPS_pubmethodSystem_CAPS_staticRotateLeft(UInt16, Int32)

Rotates the bits of an unsigned short value to the left.

System_CAPS_pubmethodSystem_CAPS_staticRotateLeft(UInt32, Int32)

Rotates the bits of an unsigned int value to the left.

System_CAPS_pubmethodSystem_CAPS_staticRotateLeft(UInt64, Int32)

Rotates the bits of an unsigned long value to the left.

System_CAPS_pubmethodSystem_CAPS_staticRotateRight(Byte, Int32)

Rotates the bits of an unsigned byte value to the right.

System_CAPS_pubmethodSystem_CAPS_staticRotateRight(Int16, Int32)

Rotates the bits of a signed short value to the right.

System_CAPS_pubmethodSystem_CAPS_staticRotateRight(Int32, Int32)

Rotates the bits of a signed int value to the right.

System_CAPS_pubmethodSystem_CAPS_staticRotateRight(Int64, Int32)

Rotates the bits of a signed long value to the right.

System_CAPS_pubmethodSystem_CAPS_staticRotateRight(SByte, Int32)

Rotates the bits of a signed byte value to the right.

System_CAPS_pubmethodSystem_CAPS_staticRotateRight(UInt16, Int32)

Rotates the bits of an unsigned short value to the right.

System_CAPS_pubmethodSystem_CAPS_staticRotateRight(UInt32, Int32)

Rotates the bits of an unsigned int value to the right.

System_CAPS_pubmethodSystem_CAPS_staticRotateRight(UInt64, Int32)

Rotates the bits of an unsigned long value to the right.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: