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