Horus Doc || Global Function Guide || General documentation   | Function documentation  

HxFloor

Synopsis

HxImageRep HxFloor(HxImageRep img)

Input

HxImageRep img
The image you want to take the floor of.

Return value

HxImageRep
The floor value of the input image.

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

No possible errors
This function can not result in any errors.

See also

HxPixMax, HxPixMin, HxCeil,

Keywords

Unary, Arithmetic,


Generated on Mon Jan 27 15:45:00 2003 for GlobalFunctionGuide by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001