public class TimesBy extends AddTo
| Constructor and Description |
|---|
TimesBy() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.function.Function<IExpr,IExpr> |
getFunction(IExpr value,
EvalEngine engine)
Get the evaluation function for AddTo (similar for DivideBy, TimesBy and SubtractFrom).
|
evaluate, getFunctionSymbol, setUpcreateRuleFromMethod, getNormalizedNegativeExpression, getNormalizedNegativeExpression, getPeriodicParts, getPureImaginaryPart, getRuleAST, initSerializedRules, isNegativeExpressionnumericEvalprotected java.util.function.Function<IExpr,IExpr> getFunction(IExpr value, EvalEngine engine)
AddTogetFunction in class AddTovalue - the value which is assigned in this statement (i.e. variable += value)