Returns the integer component of a division operation Category:Documentation Index
Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt
Use this file to discover all available pages before exploring further.
math
Syntax:
Integer
Context Filtering: ✓ Yes
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
dividend | number or column | ✓ Yes | The number to be divided |
divisor | number or column | ✓ Yes | The number to divide by |
dividend: INT, FLOAT, DECIMAL
Allowed Column Types for divisor: INT, FLOAT, DECIMAL
Validation
- Minimum parameters: 2
- Maximum parameters: 2
Examples
3
0