Navigation:  Reference > Functions By Category > Bitwise >

nLRotByte()

Previous pageReturn to chapter overviewNext page

Rotate the bits of a BYTE numeric value by n positions to the Left.

 

Syntax:

nLRotByte(<nByte> , <nPositions> )

 

Parameters:

<nByte>

Numeric integer value. Only the first BYTE will be significant.

 

<nPositions>

Number of positions to rotate the bits of <nByte>

 

Return Value:

Numeric value resulting of the BYTE conversion and Left rotation.