Class RecordedInjection
- Namespace
- DotFly
- Assembly
- DotFly.Engine.dll
An injection as recorded.
public sealed record RecordedInjection : IEquatable<RecordedInjection>
- Inheritance
-
RecordedInjection
- Implements
- Inherited Members
Constructors
RecordedInjection(long, int, double)
An injection as recorded.
public RecordedInjection(long Step, int Neuron, double Mv)
Parameters
Properties
Mv
Millivolts.
public double Mv { get; init; }
Property Value
Neuron
Neuron index.
public int Neuron { get; init; }
Property Value
Step
Step.
public long Step { get; init; }