|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.japisoft.formula.operator_hp.binary.MODOperator
Modulo operator : A%B in high precision mode
Field Summary | |
static java.lang.String |
NAME
|
Constructor Summary | |
MODOperator()
|
Method Summary | |
java.lang.Object |
eval(OperatorContext context)
Eval this expression and return the operation result |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String NAME
Constructor Detail |
public MODOperator()
Method Detail |
public java.lang.Object eval(OperatorContext context) throws EvaluateException
BinaryOperator
eval
in interface BinaryOperator
context
- Evaluation context, useful for getting the operands
EvaluateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |