math
Syntax:
Integer
Context Filtering: ✓ Yes
Parameters
Allowed Column Types for
number1: INT
Allowed Column Types for number2: INT
Validation
- Minimum parameters: 2
- Maximum parameters: 2
Examples
7
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
math
Syntax:
BitOr([number1], [number2])
Integer
Context Filtering: ✓ Yes
| Name | Type | Required | Description |
|---|---|---|---|
number1 | integer or column | ✓ Yes | The first number for the bitwise OR operation |
number2 | integer or column | ✓ Yes | The second number for the bitwise OR operation |
number1: INT
Allowed Column Types for number2: INT
BitOr(5, 3)
7
BitOr([Value1], [Value2])