Synopsis
HxImageRep HxFloor(HxImageRep img)
Input
HxImageRep img
Return value
HxImageRep
Description
The function HxFloor takes the floor value of each pixel value, where the floor of a number is the largest integer that is smaller than the pixel value. The floor of a vector is defined by seperately taking the floor of the components of the vector.
Remarks
See also
Keywords
Unary, Arithmetic,