Method Deconstruct
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
TThe value of the timestamped payload.
seconds
doubleThe timestamp of the payload, in fractional seconds.