Timestream.gt
- Timestream.gt(rhs)
-
Return a Timestream that is true if this is greater than
rhs
.- Parameters:
-
rhs (Arg)
The Timestream or literal value to compare to.
NotesYou can also write
a.gt(b)
asa > b
.
Return a Timestream that is true if this is greater than rhs
.
rhs (Arg)
The Timestream or literal value to compare to.
You can also write a.gt(b)
as a > b
.