Class BigDecNumeral

java.lang.Object
me.datafox.dfxengine.math.numeral.BigDecNumeral
All Implemented Interfaces:
Comparable<Numeral>, Numeral

public final class BigDecNumeral extends Object
Implementation of Numeral backed with a BigDecimal.
  • Constructor Details

    • BigDecNumeral

      public BigDecNumeral(BigDecimal number)
      Parameters:
      number - BigDecimal to be associated with this numeral
    • BigDecNumeral

      public BigDecNumeral(String val)
      Parameters:
      val - String representation of the BigDecimal to be associated with this numeral
    • BigDecNumeral

      public BigDecNumeral(long val)
      Parameters:
      val - long representation of the BigDecimal to be associated with this numeral
    • BigDecNumeral

      public BigDecNumeral(double val)
      Parameters:
      val - double representation of the BigDecimal to be associated with this numeral
  • Method Details