.. _floor: floor ***** **Syntax:** :code:`floor(image)` Calculates floor of pixel values, i.e. the least integer greater than or equal to the pixel value. This command can be used in the distributed processing mode. Use :ref:`distribute` command to change processing mode from local to distributed. Arguments --------- image [input & output] ~~~~~~~~~~~~~~~~~~~~~~ **Data type:** uint8 image, uint16 image, uint32 image, uint64 image, int8 image, int16 image, int32 image, int64 image, float32 image Image to process.