_Added in 1.9.0_ *$int(N)* Returns the integer part of a floating point number with no rounding. *Parameters* table(ktable). |*Parameter*|*Description*| | N | The floating point number to convert. | *Example*
; Convert '3.14159' to '3'
//echo -ag Converted to $int(3.14159)