trunc
ACTION: truncate the fractional part of a value and return it
USE: IntegerValue=trunc(FloatValue)
EXAMPLE:
i=trunc(123.456)

RESULT:
i=123

RELATED: round floor ceil frac