public class MULTIPLIED extends AbstractMathOperator
Modifier and Type | Field and Description |
---|---|
static String |
MULTIPLIED_BY_ID |
Constructor and Description |
---|
MULTIPLIED() |
Modifier and Type | Method and Description |
---|---|
protected BigDecimal |
compute(BigDecimal nleft,
BigDecimal nright) |
protected int |
compute(int nleft,
int nright) |
protected long |
compute(long nleft,
long nright) |
String |
getImplementationId()
Unique addon implementation ID.
|
String |
getRepresentation()
String representation for human read
|
int |
getWeight()
Returns 200
|
clone, compile, compileOperator, compute, compute, equals, forceUseOfBigDecimal, hashCode, redirectToBigDecimal, toString
getInternalCacheIdentifier, isCacheUsed, isInternalCacheIdentifierNeeded, optimize, resetCachedData, setInternalCacheIdentifier, toString, wasRegistered
getDebugInfo, getDescription, getName, setDebugInfo, setDescription, setName
finalize, getClass, notify, notifyAll, wait, wait, wait
getInternalCacheIdentifier, isCacheUsed, isInternalCacheIdentifierNeeded, optimize, resetCachedData, setInternalCacheIdentifier, wasRegistered
getDebugInfo, getDescription, getName, setDebugInfo, setDescription, setName
public static final String MULTIPLIED_BY_ID
protected BigDecimal compute(BigDecimal nleft, BigDecimal nright)
compute
in class AbstractMathOperator
protected int compute(int nleft, int nright)
compute
in class AbstractMathOperator
protected long compute(long nleft, long nright)
compute
in class AbstractMathOperator
public int getWeight()
public String getRepresentation()
IMathOperator