![]() |
Next Page |
| Contents > Functions reference (alphabetical list) > Number functions > Int function |
|
|
| Int function |
| Format |
Int(number) |
| Parameter |
| number - any numeric expression or field containing a numeric expression |
| Data type returned |
| number |
| Description |
| Returns the whole number (integer) part of number without rounding. It drops any digits to the right of the decimal point, depending on the number you specify. |
| Examples |
| Int(1.45) returns 1. |
| Int(123.987) returns 123. |
| Int(Players/3) returns 4, if Players contains 13. |
| Related topics |
| Functions reference (category list) |
| Functions reference (alphabetical list) |
| About formulas |
| About functions |
| Defining calculation fields |
| Using operators in formulas |
|
|
| Contents > Functions reference (alphabetical list) > Number functions > Int function | Next Page |