public abstract class AbstractBinaryFullCircuitHalfDoubleOperator extends AbstractBinaryFullCircuitNumericOperator<Double>
| Constructor and Description |
|---|
AbstractBinaryFullCircuitHalfDoubleOperator() |
| Modifier and Type | Method and Description |
|---|---|
protected RightValue |
operateOnDoubleLong(Double a,
Long b) |
protected RightValue |
operateOnLongDouble(Long a,
Double b) |
evaluateOn, operateOnDoubleDouble, operateOnLongLong, operateOnValues, operatorNameevaluategetLeftOperand, getRightOperand, setLeftOperand, setRightOperandpublic AbstractBinaryFullCircuitHalfDoubleOperator()
protected final RightValue operateOnDoubleLong(Double a, Long b) throws BasicRuntimeException
operateOnDoubleLong in class AbstractBinaryFullCircuitNumericOperator<Double>BasicRuntimeExceptionprotected final RightValue operateOnLongDouble(Long a, Double b) throws BasicRuntimeException
operateOnLongDouble in class AbstractBinaryFullCircuitNumericOperator<Double>BasicRuntimeExceptionCopyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.