Example #1
0
 public static NotGate Nor(this ILogicGate gate, ILogicGate other)
 {
     return(gate.Or(other).Not());
 }