Rotates the bits content Int32.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static int RotateBits(
	int value,
	int count
)

Parameters

value
Type: System..::.Int32
A value.
count
Type: System..::.Int32
The bit length. Positive value means to the left, negative value to the right.

Return Value

The value rotated by count bits to the left or to the right.

See Also