Timestream.div
- Timestream.div(divisor)
-
Return a Timestream by dividing this and
divisor
.- Parameters:
-
divisor (Arg)
The Timestream or literal value to divide this by.
NotesYou can also write
a.div(b)
asa / b
.
Return a Timestream by dividing this and divisor
.
divisor (Arg)
The Timestream or literal value to divide this by.
You can also write a.div(b)
as a / b
.