Ejemplo n.º 1
0
 public BitString GetLeastSignificantBits(int numBits)
 {
     return(BitString.GetLeastSignificantBits(numBits, this));
 }