Spiking Neuron Network Simulator  1.0
Simulation and training of spiking neuron networks, primarily theta neurons
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
NeuronState.cs
Go to the documentation of this file.
1 namespace SpikingNeuronNetwork.Lib
2 {
6  public class NeuronState
7  {
11  public double StateVariable { get; set; }
12 
16  public double Time { get; set; }
17  }
18 }