Navigation:  Reference > Functions By Category > Bitwise >

nRRotWord()

Previous pageReturn to chapter overviewNext page

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

 

Syntax:

nRRotWord(<nWord> , <nPositions> )

 

Parameters:

<nWord>

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

 

<nPositions>

Number of positions to rotate the bits of <nWord>

 

Return Value:

Numeric value resulting of the WORD conversion and Right rotation.