mod
Description
Get the remainder of two numbers after dividing them.
Input / Parameter
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
value1 | The dividend, or the number to be divided. | Number | - | - | Yes |
value2 | The divisor, or the number to divide the first value by. | Number | - | - | Yes |
Output
Description | Output Type |
---|---|
Returns the remainder of the two values. | Number |
Callback
N/A
Video
Coming Soon.
Example
Coming Soon.
Steps
Coming Soon.
Result
Coming Soon.
Links
Last updated