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.

Notes

You can also write a.le(b) as a <= b.