====Not Node==== This is one of the most common [[folder_logic|logic]] nodes, along with [[logic_and|AND]] and [[logic_or|OR]]. It **inverts a boolean value** - turning a //true// into a //false// and vice-versa. This node is used in all [[analytic_modules|modules]]. {{logic_not.png}} ===Inputs=== **Run (Input #1)** is a //boolean// value - a //true// or a //false//. ===Outputs=== **Output #1** is the //opposite value// of what is put into Input #1. If the input is true, the output will be false, and vice-versa.\\ ===See Also=== [[logic_and|AND]] \\ [[logic_or|OR]]\\