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