Constructor Timestamped
Timestamped(T, double)
Initializes a new instance of the Timestamped<T> class with the specified payload value and timestamp.
public Timestamped(T value, double seconds)
Parameters
value
TThe value of the timestamped payload.
seconds
doubleThe timestamp of the payload, in fractional seconds.