Table of Contents

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

Step long

Step.

Neuron int

Neuron index.

Mv double

Millivolts.

Properties

Mv

Millivolts.

public double Mv { get; init; }

Property Value

double

Neuron

Neuron index.

public int Neuron { get; init; }

Property Value

int

Step

Step.

public long Step { get; init; }

Property Value

long