BitRotator::RotateRight Method (Int16, Int32)

Visual Studio 2015
 

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

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

public:
static short RotateRight(
	short value,
	int count
)

Parameters

value
Type: System::Int16

The value to rotate.

count
Type: System::Int32

The number of positions to rotate.

Return Value

Type: System::Int16

The rotated value.

Return to top
Show: