示例#1
0
 public void SendInput(float inp)
 {
     neuronOut.AddInput(inp * Weight);
 }