Timestream.sub
- Timestream.sub(rhs)
-
Return a Timestream subtracting
rhs
from this.- Parameters:
-
rhs (Arg)
The Timestream or literal value to subtract from this.
NotesYou can also write
a.sub(b)
asa - b
.
Return a Timestream subtracting rhs
from this.
rhs (Arg)
The Timestream or literal value to subtract from this.
You can also write a.sub(b)
as a - b
.