TS Math Int
- result
◄a0►
◄b0►
◄operation▾►
CategoryTS/Utils
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| a | INT | 0-2147483648–2147483647 | First integer operand. |
| b | INT | 0-2147483648–2147483647 | Second integer operand. |
| operation | COMBO | Arithmetic operation applied as 'a op b'. Division, modulo and negative powers of zero raise an error instead of a silent result. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| result | INT | Integer result of the operation. |