net.esper.type
Class ArithTypeEnum.MultiplyDouble
java.lang.Object
net.esper.type.ArithTypeEnum.MultiplyDouble
- All Implemented Interfaces:
- ArithTypeEnum.Computer
- Enclosing class:
- ArithTypeEnum
public static class ArithTypeEnum.MultiplyDouble
- extends Object
- implements ArithTypeEnum.Computer
Computer for type-specific arith. operations.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArithTypeEnum.MultiplyDouble
public ArithTypeEnum.MultiplyDouble()
compute
public Number compute(Number d1,
Number d2)
- Description copied from interface:
ArithTypeEnum.Computer
- Computes using the 2 numbers a result number.
- Specified by:
compute
in interface ArithTypeEnum.Computer
- Parameters:
d1
- is the first numberd2
- is the second number
- Returns:
- result