Divide Operator - Haufe-Lexware/haufe.no-frills-transformation GitHub Wiki
Divide operator. Divides two integer values (x / y). Rounds down.
| What | Type |
|---|---|
| Syntax | Divide(x, y) |
x |
int |
y |
int |
| Return type | int |
Divide operator. Divides two integer values (x / y). Rounds down.
| What | Type |
|---|---|
| Syntax | Divide(x, y) |
x |
int |
y |
int |
| Return type | int |