org.springframework.shell.support.util
Class MathUtils
java.lang.Object
org.springframework.shell.support.util.MathUtils
public class MathUtils
- extends Object
A class which contains a number of number manipulation operations
- Since:
- 1.2.0
Method Summary |
static double |
round(double valueToRound,
int numberOfDecimalPlaces)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MathUtils
public MathUtils()
round
public static double round(double valueToRound,
int numberOfDecimalPlaces)