robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..__ROL4__ Method

ROL4

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static uint __ROL4__(
	uint value,
	int count
)
Public Shared Function __ROL4__ ( _
	value As UInteger, _
	count As Integer _
) As UInteger
public:
static unsigned int^ __ROL4__(
	unsigned int^ value, 
	int^ count
)

Parameters

value
Type: UInt32
The value.
count
Type: Int32
The count.

Return Value

System.UInt32.