Timestream.add

Timestream.add(rhs)

Return a Timestream adding this and rhs.

Parameters:

rhs (Arg)

The Timestream or literal value to add to this.

Notes

You can also write a.add(b) as a + b.