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