Timestream.mul
- Timestream.mul(rhs)
-
Return a Timestream multiplying this and
rhs
.- Parameters:
-
rhs (Arg)
The Timestream or literal value to multiply with this.
NotesYou can also write
a.mul(b)
asa * b
.
Return a Timestream multiplying this and rhs
.
rhs (Arg)
The Timestream or literal value to multiply with this.
You can also write a.mul(b)
as a * b
.