N.DiscreteSignal - NexusLogica/N GitHub Wiki
The input to or output from neurons that is state based. States can be binary (0 and 1) or trinary (-1, 0, and 1).
Inherits from N.Signal.
- N.DiscreteSignal.BISTATE = 1;
- N.DiscreteSignal.TRISTATE = 2;
- StateType: BISTATE or TRISTATE.