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, operatorName
evaluate
getLeftOperand, getRightOperand, setLeftOperand, setRightOperand
public AbstractBinaryFullCircuitHalfDoubleOperator()
protected final RightValue operateOnDoubleLong(Double a, Long b) throws BasicRuntimeException
operateOnDoubleLong
in class AbstractBinaryFullCircuitNumericOperator<Double>
BasicRuntimeException
protected final RightValue operateOnLongDouble(Long a, Double b) throws BasicRuntimeException
operateOnLongDouble
in class AbstractBinaryFullCircuitNumericOperator<Double>
BasicRuntimeException
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.