Modulo Operator - Haufe-Lexware/haufe.no-frills-transformation GitHub Wiki
Modulo operator. Divides n by divisor and returns the remainder.
| What | Type |
|---|---|
| Syntax | Modulo(n, divisor) |
n |
int |
divisor |
int |
| Return type | int |
Modulo operator. Divides n by divisor and returns the remainder.
| What | Type |
|---|---|
| Syntax | Modulo(n, divisor) |
n |
int |
divisor |
int |
| Return type | int |