Int

From BR Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The INT internal function is identical to IP internal function.

INT(<numeric expression>)

The Int internal function returns the largest integer less than or equal to X.

Comments and Examples

INT(+5.1) is 5, but INT(-5.1) is -6.

Related Functions:

Technical Considerations

When set to 0, the RD specification in BRConfig.sys can affect the INT function.