Integer part If n is a decimal number, Int(n) returns its integer part. Example : int( 351.1457 ) -> 351 Syntax : ent( n ) | int( n )