net.esper.type
Class ArithTypeEnum.DivideFloat

java.lang.Object
  extended by net.esper.type.ArithTypeEnum.DivideFloat
All Implemented Interfaces:
ArithTypeEnum.Computer
Enclosing class:
ArithTypeEnum

public static class ArithTypeEnum.DivideFloat
extends Object
implements ArithTypeEnum.Computer

Computer for type-specific arith. operations.


Constructor Summary
ArithTypeEnum.DivideFloat()
           
 
Method Summary
 Number compute(Number d1, 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

ArithTypeEnum.DivideFloat

public ArithTypeEnum.DivideFloat()
Method Detail

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 number
d2 - is the second number
Returns:
result