Example #1
0
 public BitString LSBRotate(int distance)
 {
     return(BitString.LSBRotate(this, distance));
 }