Interface ModuleOperator
-
- All Superinterfaces:
ArithmeticOperator
,Operator
- All Known Implementing Classes:
Numeric16BitMod
,Numeric32BitMod
,Numeric64BitMod
,Numeric8BitMod
,NumericNonOverflowingMod
public interface ModuleOperator extends ArithmeticOperator
An operation that performs a module (reminder) between its operands.