Mod
This formula allows you to perform an arithmetic division among numbers, resulting in the division's remainder.
Returns
integer | decimal
JSON Format
{
"type": "mod",
"components": ...,
"rounding_method": ...
}
RPG Script
This component can be written in RPG Script as:
a % b
Fields
| Field | Type | Required | Description |
|---|---|---|---|
rounding_method | RoundingMethod | ✓ | The rounding method to be used for the underlying division operation. |