BitRotator::RotateLeft Method (Int64, Int32)

Visual Studio 2015
 

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

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

public:
static long long RotateLeft(
	long long value,
	int count
)

Parameters

value
Type: System::Int64

The value to rotate.

count
Type: System::Int32

The number of positions to rotate.

Return Value

Type: System::Int64

The rotated value.

Return to top
Show: