railo.runtime.op
Class NumericOpBigDecimal
java.lang.Object
railo.runtime.op.NumericOpBigDecimal
- All Implemented Interfaces:
- NumericOp
public class NumericOpBigDecimal
- extends Object
- implements NumericOp
NumericOpBigDecimal
public NumericOpBigDecimal()
divideRef
public BigDecimal divideRef(Object left,
Object right)
throws PageException
- Specified by:
divideRef
in interface NumericOp
- Throws:
PageException
exponentRef
public BigDecimal exponentRef(Object left,
Object right)
throws PageException
- Specified by:
exponentRef
in interface NumericOp
- Throws:
PageException
intdivRef
public BigDecimal intdivRef(Object left,
Object right)
throws PageException
- Specified by:
intdivRef
in interface NumericOp
- Throws:
PageException
plusRef
public BigDecimal plusRef(Object left,
Object right)
throws PageException
- Specified by:
plusRef
in interface NumericOp
- Throws:
PageException
minusRef
public BigDecimal minusRef(Object left,
Object right)
throws PageException
- Specified by:
minusRef
in interface NumericOp
- Throws:
PageException
modulusRef
public BigDecimal modulusRef(Object left,
Object right)
throws PageException
- Specified by:
modulusRef
in interface NumericOp
- Throws:
PageException
multiplyRef
public BigDecimal multiplyRef(Object left,
Object right)
throws PageException
- Specified by:
multiplyRef
in interface NumericOp
- Throws:
PageException
Copyright © 2012 Railo