BitRotator Methods

Visual Studio 2015
 

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

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.

Return to top
Show: