IntPortion (Reserved Word)
Returns the integer portion of the specified number.
IntPortion(Num) ;
Where Num is a numeric expression representing the number for which you want the integer portion.
Examples
IntPortion(4.5) returns a value of 4.
IntPortion(-1.72) returns a value of -1.