{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

Int

This function is equivalent to Truncate(number), except for negative numbers, since those numbers rounded down become a different number, while truncate only cuts off the decimal places.

Usage:

Int( number )

Parameters:

number The number to round down to the next full number.

Returns:

Number

Examples (Both Crystal and Basic):

int(23.41)	// Returns 23
int(1423.88)	// Returns 1423
int(-1423.01)	// Returns -1424

See also:

i-net Clear Reports
This application uses cookies to allow login. By continuing to use this application, you agree to the use of cookies.


Help - Int