Category:

Mathematical

Returns an integer part of a number.

Syntax

int(
  x Numeric
): Numeric

Parameters

x is a source number.

Return value

Type: Numeric.

Examples of using

int(325.11)