Timestream.add
- Timestream.add(rhs)
-
Return a Timestream adding this and
rhs
.- Parameters:
-
rhs (Arg)
The Timestream or literal value to add to this.
NotesYou can also write
a.add(b)
asa + b
.
Return a Timestream adding this and rhs
.
rhs (Arg)
The Timestream or literal value to add to this.
You can also write a.add(b)
as a + b
.