Modulo operation
Returns the remainder or signed remainder of a division
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Dividend | The number thats being divided. | NUMBER | true | |
Divisor | The number that divides the dividend. | NUMBER | true |
Output
Name | Description | Type | Default value |
---|---|---|---|
The remainder variable name | null | NUMBER |