Houdini 12 Expression functions

Returns the largest integer not greater than a number.

Usage

floor(number)

Examples

floor(10.2)=10
floor(-10.2)=-11

On this page

Related topics