Views:

Product: LABELVIEW, CODESOFT

Version: All Versions

 

int(): Returns the largest integer less than or equal to the value argument.

Examples:

int(-5.863) = -6

int(5.863) = 5