Timestream.least

Timestream.least(rhs)

Return a Timestream with the minimum value of self and rhs at each point.

Parameters:

rhs (Arg)

The Timestream or literal value to compare to this.

Returns:

Timestream

Each point contains the value from self if self

is less than rhs, otherwise it contains rhs.

If any input is null or NaN, then that will be

the result.

See Also

This returns the least of two values. See min for the minimum of values in a column.