public class NumericOpBigDecimal extends Object implements NumericOp
Constructor and Description |
---|
NumericOpBigDecimal() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
divideRef(Object left,
Object right) |
BigDecimal |
exponentRef(Object left,
Object right) |
BigDecimal |
intdivRef(Object left,
Object right) |
BigDecimal |
minusRef(Object left,
Object right) |
BigDecimal |
modulusRef(Object left,
Object right) |
BigDecimal |
multiplyRef(Object left,
Object right) |
BigDecimal |
plusRef(Object left,
Object right) |
public NumericOpBigDecimal()
public BigDecimal divideRef(Object left, Object right) throws PageException
divideRef
in interface NumericOp
PageException
public BigDecimal exponentRef(Object left, Object right) throws PageException
exponentRef
in interface NumericOp
PageException
public BigDecimal intdivRef(Object left, Object right) throws PageException
intdivRef
in interface NumericOp
PageException
public BigDecimal plusRef(Object left, Object right) throws PageException
plusRef
in interface NumericOp
PageException
public BigDecimal minusRef(Object left, Object right) throws PageException
minusRef
in interface NumericOp
PageException
public BigDecimal modulusRef(Object left, Object right) throws PageException
modulusRef
in interface NumericOp
PageException
public BigDecimal multiplyRef(Object left, Object right) throws PageException
multiplyRef
in interface NumericOp
PageException
Copyright © 2015 Lucee