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: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK