Categories
Math > Basic
Description
Outputs the remainder (division operation) given the input dividend and the specified divisor.
Ports
Inputs
Value
The dividend of the division operation.
Modulo By
The divisor of the division operation.
Outputs
Result
The remainder.
Valid
Returns false if the remainder is undefined for the specified input values, true otherwise.