public class ModuloOperator extends AbstractBinaryFullCircuitNumericOperator<Number>
| Constructor and Description |
|---|
ModuloOperator() |
| Modifier and Type | Method and Description |
|---|---|
protected RightValue |
operateOnDoubleDouble(Double a,
Double b) |
protected RightValue |
operateOnDoubleLong(Double a,
Long b) |
protected RightValue |
operateOnLongDouble(Long a,
Double b) |
protected RightValue |
operateOnLongLong(Long a,
Long b) |
protected String |
operatorName() |
evaluateOn, operateOnValuesevaluategetLeftOperand, getRightOperand, setLeftOperand, setRightOperandprotected RightValue operateOnDoubleDouble(Double a, Double b) throws BasicRuntimeException
operateOnDoubleDouble in class AbstractBinaryFullCircuitNumericOperator<Number>BasicRuntimeExceptionprotected RightValue operateOnLongLong(Long a, Long b) throws BasicRuntimeException
operateOnLongLong in class AbstractBinaryFullCircuitNumericOperator<Number>BasicRuntimeExceptionprotected RightValue operateOnDoubleLong(Double a, Long b) throws BasicRuntimeException
operateOnDoubleLong in class AbstractBinaryFullCircuitNumericOperator<Number>BasicRuntimeExceptionprotected RightValue operateOnLongDouble(Long a, Double b) throws BasicRuntimeException
operateOnLongDouble in class AbstractBinaryFullCircuitNumericOperator<Number>BasicRuntimeExceptionprotected String operatorName()
operatorName in class AbstractBinaryFullCircuitNumericOperator<Number>Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.