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