math
Syntax:
IntColumn
Context Filtering: ✓ Yes
Parameters
Allowed Column Types: INT, FLOAT, DECIMAL
Validation
- Minimum parameters: 1
- Maximum parameters: 1
Examples
-1
1
0
Related Functions
- Int - Round down to nearest integer
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
math
Syntax:
Sign([number_column])
IntColumn
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
number | number|column | ✓ Yes | The number or column of numbers to return the sign of. |
Sign(-3)
-1
Sign(3745)
1
Sign(0)
0