RotD

Rotation droite

   A RotD n renvoie A retourné de n bits vers la droite.

   Exemple : RotD( 0b11010000, 4 ) -> 0b00001101

   Syntaxe : < x > >> < n > | rotd( x, n ) | ror( x, n )


Converted with gtoh, © 24.06.1997 N. DARNIS