Interface ModuloOperator
-
- All Superinterfaces:
ArithmeticOperator,Operator
- All Known Implementing Classes:
Numeric16BitMod,Numeric32BitMod,Numeric64BitMod,Numeric8BitMod,NumericNonOverflowingMod
public interface ModuloOperator extends ArithmeticOperator
An operation that performs a modulo (Euclidean modulo between the two operands and taking the sign of the divisor) between its operands.