Free cookie consent management tool by TermsFeed int() Function
int() Function

Function

int( number )

Rounds the specified number down to the nearest integer.

Parameters

Keyword Type Description

number

Decimal

The number that will be rounded.

Returns

Integer

Examples

int(31.5) returns 31

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

int() Function

FEEDBACK