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.

Notes

You can also write a.ge(b) as a >= b.