Navigation:  Reference > Functions By Category > Bitwise >

nLRotWord()

Previous pageReturn to chapter overviewNext page

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

 

Syntax:

nLRotWord(<nWord> , <nPositions> )

 

Parameters:

<nWord>

Numeric integer value. Only the low word of the value will be significant.

 

<nPositions>

Number of positions to rotate the bits of <nWord>

 

Return Value:

Numeric value resulting of the WORD conversion and Left rotation.