scipp.floor#

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

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

Parameters:
  • x (TypeVar(_T)) – Input data.

  • out (Variable | None, default: None) – Optional output buffer.

Returns:

TypeVar(_T) – Rounded down version of the data passed.