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