BitRotator Class

Definition

Provides helper methods for rotating bits right or left.

public ref class BitRotator abstract sealed
public ref class BitRotator abstract sealed
class BitRotator abstract sealed
public static class BitRotator
type BitRotator = class
Public Class BitRotator
Inheritance
BitRotator

Methods

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

Applies to