scipp.floor#

scipp.floor(x, *, out=None)#

Round down to the nearest integer of all values passed in x.

Parameters
Returns

Union[Variable, DataArray, Dataset] – Rounded down version of the data passed.