Table of Contents

Method Deconstruct

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

Deconstruct(out T, out double)

Deconstructs the components of a timestamped payload into separate variables.

public void Deconstruct(out T value, out double seconds)

Parameters

value T

The value of the timestamped payload.

seconds double

The timestamp of the payload, in fractional seconds.