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.

Notes

You can also write a.gt(b) as a > b.