BitRotator::RotateRight Method (SByte, Int32)

Visual Studio 2015
 

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

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

public:
static signed char RotateRight(
	signed char value,
	int count
)

Parameters

value
Type: System::SByte

The value to rotate.

count
Type: System::Int32

The number of positions to rotate.

Return Value

Type: System::SByte

The rotated value.

Return to top
Show: