railo.runtime.op
Class NumericOpDouble
java.lang.Object
railo.runtime.op.NumericOpDouble
- All Implemented Interfaces:
- NumericOp
public class NumericOpDouble
- extends Object
- implements NumericOp
NumericOpDouble
public NumericOpDouble()
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