Modulo
Finds the remainder when a value is divided by another value.
Inputs
- 
value 1
- The value to divide.
 
 - 
value 2
- The value to divide by.
 
 
Outputs
- 
result
- The remainder of the division.
 
 - 
result list
- The list of remainders of the divisions.
 
 
Note(s)
- 
This operation is represented as
%within the Expression node. - 
Other names for this node include: Mod, and %.