![]() |
Next Page |
| Contents > Functions reference (alphabetical list) > Number functions > Div function |
|
|
| Div function |
| Format |
Div(number;divisor) |
| Parameters |
| number - any numeric expression or field containing a numeric expression |
| divisor - any numeric expression or field containing a numeric expression |
| Data type returned |
| number |
| Description |
| Returns the next lowest integer value after dividing number by divisor. The Div function is equivalent to Floor(number/divisor). |
| Examples |
| Div(2.5;2) returns 1. |
| Div(-2.5;2) returns -2. |
| 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 > Div function | Next Page |