railo.runtime.op
Class NumericOpDouble

java.lang.Object
  extended by railo.runtime.op.NumericOpDouble
All Implemented Interfaces:
NumericOp

public class NumericOpDouble
extends Object
implements NumericOp


Constructor Summary
NumericOpDouble()
           
 
Method Summary
 Double divideRef(Object left, Object right)
           
 Double exponentRef(Object left, Object right)
           
 Double intdivRef(Object left, Object right)
           
 Double minusRef(Object left, Object right)
           
 Double modulusRef(Object left, Object right)
           
 Double multiplyRef(Object left, Object right)
           
 Double plusRef(Object left, Object right)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericOpDouble

public NumericOpDouble()
Method Detail

divideRef

public Double divideRef(Object left,
                        Object right)
                 throws PageException
Specified by:
divideRef in interface NumericOp
Throws:
PageException

exponentRef

public Double exponentRef(Object left,
                          Object right)
                   throws PageException
Specified by:
exponentRef in interface NumericOp
Throws:
PageException

intdivRef

public Double intdivRef(Object left,
                        Object right)
                 throws PageException
Specified by:
intdivRef in interface NumericOp
Throws:
PageException

plusRef

public Double plusRef(Object left,
                      Object right)
               throws PageException
Specified by:
plusRef in interface NumericOp
Throws:
PageException

minusRef

public Double minusRef(Object left,
                       Object right)
                throws PageException
Specified by:
minusRef in interface NumericOp
Throws:
PageException

modulusRef

public Double modulusRef(Object left,
                         Object right)
                  throws PageException
Specified by:
modulusRef in interface NumericOp
Throws:
PageException

multiplyRef

public Double multiplyRef(Object left,
                          Object right)
                   throws PageException
Specified by:
multiplyRef in interface NumericOp
Throws:
PageException


Copyright © 2012 Railo