Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Use the Modulo functoid (
) to calculate the remainder of the specified integer division.
Input
Parameter 1: An integer value (the dividend) that is to be divided by the integer value of the second input parameter.
Parameter 2: An integer value (the divisor) that is to be divided into the integer value specified by the first input parameter.
Output
Output 1: An integer value that is the remainder of the integer division of the specified dividend and divisor.
Remarks
This functoid expects integer input parameters and produces an integer output.
See Also
Mathematical Functoids Reference
Mathematical Functoids
How to Add Basic Functoids to a Map