math
Syntax:
IntColumn
Context Filtering: ✓ Yes
Parameters
Allowed Column Types: INT, FLOAT, DECIMAL
Validation
- Minimum parameters: 1
- Maximum parameters: 1
Examples
3
-4
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
math
Syntax:
Int([number_column])
IntColumn
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
number | number|column | ✓ Yes | The number to be rounded down. |
Int(3.6)
3
Int(-3.2)
-4
Int([Cost])