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