Exemplo n.º 1
0
 public override ushort GetSignalValue()
 {
     return((ushort)(Input1.GetSignalValue() & Input2.GetSignalValue()));
 }