Table of Contents

Class RecordedInput

Namespace
DotFly
Assembly
DotFly.Engine.dll

An input-port write as recorded.

public sealed record RecordedInput : IEquatable<RecordedInput>
Inheritance
RecordedInput
Implements
Inherited Members

Constructors

RecordedInput(long, int, float[])

An input-port write as recorded.

public RecordedInput(long Step, int Port, float[] Values)

Parameters

Step long

Step from which the values applied.

Port int

Port id.

Values float[]

Values.

Properties

Port

Port id.

public int Port { get; init; }

Property Value

int

Step

Step from which the values applied.

public long Step { get; init; }

Property Value

long

Values

Values.

public float[] Values { get; init; }

Property Value

float[]