robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..__ROL2__ Method

ROL2

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

Syntax


public static ushort __ROL2__(
	ushort value,
	int count
)
Public Shared Function __ROL2__ ( _
	value As UShort, _
	count As Integer _
) As UShort
public:
static unsigned short^ __ROL2__(
	unsigned short^ value, 
	int^ count
)

Parameters

value
Type: UInt16
The value.
count
Type: Int32
The count.

Return Value

System.UInt16.