public bool Propagate() { return(LogicSystem.PropagateVoltages(Pins)); }
public bool Propagate() => LogicSystem.PropagateVoltages(Pins);