Class Maths
- java.lang.Object
-
- org.teichert.databaseexplorer.utils.Maths
-
public final class Maths extends Object
Helper-class with some mathematical functions.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
convertTimeInSecondsToMillis(double number)
static int
getNumberOfDecimalPlaces(double number)
static int
getRandomNumberInRange(int min, int max)
-