Class RoundingUtil

java.lang.Object
io.camunda.optimize.service.util.RoundingUtil

public final class RoundingUtil extends Object
  • Method Details

    • roundDownToNearestPowerOfTen

      public static Double roundDownToNearestPowerOfTen(Double numberToRound)
    • roundUpToNearestPowerOfTen

      public static Double roundUpToNearestPowerOfTen(Double numberToRound)