int() Function

Rounds the specified number down to the nearest integer.

Syntax

int( number )

number: (Decimal) The number that will be rounded.

Returns

Integer

Examples

int(31.5) returns 31

Open in Github Built: Fri, Nov 04, 2022 (07:10:52 PM)

On This Page

FEEDBACK