Beispiel #1
0
 public static byte GetByteFromBit(Bit bit, int leftShift)
 {
     return((byte)(bit.GetValue() << leftShift));
 }