Timestream.mul

Timestream.mul(rhs)

Return a Timestream multiplying this and rhs.

Parameters:

rhs (Arg)

The Timestream or literal value to multiply with this.

Notes

You can also write a.mul(b) as a * b.