|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.type.MathArithTypeEnum.AddBigIntConvComputer
public static class MathArithTypeEnum.AddBigIntConvComputer
Computer for math op.
Constructor Summary | |
---|---|
MathArithTypeEnum.AddBigIntConvComputer(SimpleNumberBigIntegerCoercer convOne,
SimpleNumberBigIntegerCoercer convTwo)
Ctor. |
Method Summary | |
---|---|
java.lang.Number |
compute(java.lang.Number d1,
java.lang.Number d2)
Computes using the 2 numbers a result number. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MathArithTypeEnum.AddBigIntConvComputer(SimpleNumberBigIntegerCoercer convOne, SimpleNumberBigIntegerCoercer convTwo)
convOne
- conversion for LHSconvTwo
- conversion for RHSMethod Detail |
---|
public java.lang.Number compute(java.lang.Number d1, java.lang.Number d2)
MathArithTypeEnum.Computer
compute
in interface MathArithTypeEnum.Computer
d1
- is the first numberd2
- is the second number
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |