Class Maths


  • public final class Maths
    extends Object
    Helper-class with some mathematical functions.
    • Method Detail

      • getRandomNumberInRange

        public static int getRandomNumberInRange​(int min,
                                                 int max)
      • getNumberOfDecimalPlaces

        public static int getNumberOfDecimalPlaces​(double number)
      • convertTimeInSecondsToMillis

        public static double convertTimeInSecondsToMillis​(double number)