RotateDown Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Shift all bits one step down, cycling the first bit to the top

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public void RotateDown()
Visual Basic
Public Sub RotateDown
Visual C++
public:
void RotateDown()

See Also