Skip to content

NOT

Logical NOT gate (inverter). Output is 1 when the integer input is zero, else 0.

Category: Digital Logic / Gates

Keywords: !, ¬, boolean, logic, gate, binary, inverter, negate

Ports

NameDirectionValue typeNotes
ininputint
outoutputint

Parameters

This component has no user-editable parameters.


Implemented in C++ class SimCompCtlNot (components/control/CSim_comp_ctl_not/sim_comp_ctl_not.h).

Released under the MIT License.