Class SDCAbstractRounding

java.lang.Object
net.finmath.smartcontract.valuation.service.utils.SDCAbstractRounding
Direct Known Subclasses:
SDCRounding

public abstract class SDCAbstractRounding extends Object
The Class SDCAbstractRounding

Contains general rounding methods, as well as converting to strings.

  • Field Details

    • scale

      protected int scale
    • roundingMode

      protected RoundingMode roundingMode
  • Constructor Details

    • SDCAbstractRounding

      public SDCAbstractRounding()
  • Method Details

    • roundDouble

      public double roundDouble(double variable)
      Round double.
      Parameters:
      variable - the double var
      Returns:
      the rounded double
    • getRoundedValueAsIntegerString

      public String getRoundedValueAsIntegerString(double variable)
      Returns an integer value, the double left shifted
      Parameters:
      variable - the double var
      Returns:
      the double as integer string
    • getDoubleFromIntegerString

      public double getDoubleFromIntegerString(String s)
      Gets the double from the left shifted integer String
      Parameters:
      s - the integer string
      Returns:
      the double