Class AbsImpl

  • All Implemented Interfaces:
    com.rosetta.model.lib.functions.RosettaFunction

    public class AbsImpl
    extends Abs
    • Constructor Summary

      Constructors 
      Constructor Description
      AbsImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.math.BigDecimal doEvaluate​(java.math.BigDecimal x)  
      • Methods inherited from class org.isda.cdm.functions.Abs

        evaluate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbsImpl

        public AbsImpl()
    • Method Detail

      • doEvaluate

        protected java.math.BigDecimal doEvaluate​(java.math.BigDecimal x)
        Specified by:
        doEvaluate in class Abs