Interface RemainderOperator
-
- All Superinterfaces:
ArithmeticOperator
,Operator
- All Known Implementing Classes:
Numeric16BitRem
,Numeric32BitRem
,Numeric64BitRem
,Numeric8BitRem
,NumericNonOverflowingRem
public interface RemainderOperator extends ArithmeticOperator
An operation that performs a remainder (the remainder of the division between the two operands and taking the sign of the dividend) between its operands.