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, toStringgetInternalCacheIdentifier, isCacheUsed, isInternalCacheIdentifierNeeded, optimize, resetCachedData, setInternalCacheIdentifier, toString, wasRegisteredgetDebugInfo, getDescription, getName, setDebugInfo, setDescription, setNamefinalize, getClass, notify, notifyAll, wait, wait, waitgetInternalCacheIdentifier, isCacheUsed, isInternalCacheIdentifierNeeded, optimize, resetCachedData, setInternalCacheIdentifier, wasRegisteredgetDebugInfo, getDescription, getName, setDebugInfo, setDescription, setNamepublic static final String MULTIPLIED_BY_ID
protected BigDecimal compute(BigDecimal nleft, BigDecimal nright)
compute in class AbstractMathOperatorprotected int compute(int nleft,
int nright)
compute in class AbstractMathOperatorprotected long compute(long nleft,
long nright)
compute in class AbstractMathOperatorpublic int getWeight()
public String getRepresentation()
IMathOperator