Rotate bits of a DWord (cardinal) value to the right.
Source position: systemh.inc line 1120
| function RorDWord( | 
| const AValue: DWord | 
| ):DWord; | 
| const AValue: DWord; | 
| const Dist: Byte | 
| ):DWord; | 
RorDWord rotates the bits of the DWord (cardinal) AValue with Dist positions to the right. If Dist is not specified, then 1 is assumed.
None.
| 
 | Rotate bits of a byte value to the right. | |
| 
 | Rotate bits of a DWord (cardinal) value to the left. | |
| 
 | Rotate bits of a word value to the right. | |
| 
 | Rotate bits of a QWord (64-bit) value to the right. |