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