Timestream.least
- Timestream.least(rhs)
-
Return a Timestream with the minimum value of
self
andrhs
at each point.- Parameters:
-
rhs (Arg)
The Timestream or literal value to compare to this.
- Returns:
-
Each point contains the value from
self
ifself
is less than
rhs
, otherwise it containsrhs
.If any input is
null
orNaN
, then that will bethe result.
See AlsoThis returns the least of two values. See
min
for the minimum of values in a column.