Class BigDecNegate
- java.lang.Object
-
- com.singularsys.jep.functions.PostfixMathCommand
-
- com.singularsys.jep.functions.UnaryFunction
-
- com.singularsys.jep.functions.UMinus
-
- com.singularsys.jep.bigdecimal.functions.BigDecNegate
-
- All Implemented Interfaces:
PostfixMathCommandI,RealUnaryFunction,java.io.Serializable
public class BigDecNegate extends UMinus
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.singularsys.jep.functions.PostfixMathCommand
curNumberOfParameters, name, NaN, numberOfParameters
-
-
Constructor Summary
Constructors Constructor Description BigDecNegate(java.math.MathContext mc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.MathContextgetMathContext()voidsetMathContext(java.math.MathContext mc)java.lang.Objectumin(java.lang.Object l)-
Methods inherited from class com.singularsys.jep.functions.UnaryFunction
instanceOf, instanceOf, run
-
Methods inherited from class com.singularsys.jep.functions.PostfixMathCommand
asArray, asBool, asDouble, asInt, asLong, asStrictInt, asString, checkNumberOfParameters, getName, getNumberOfParameters, setCurNumberOfParameters, setName, toString, toString
-
-
-
-
Method Detail
-
umin
public java.lang.Object umin(java.lang.Object l) throws EvaluationException- Overrides:
uminin classUMinus- Throws:
EvaluationException
-
getMathContext
public java.math.MathContext getMathContext()
-
setMathContext
public void setMathContext(java.math.MathContext mc)
-
-