org.springframework.shell.support.util
Class MathUtils

java.lang.Object
  extended by 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

Constructor Summary
MathUtils()
           
 
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
 

Constructor Detail

MathUtils

public MathUtils()
Method Detail

round

public static double round(double valueToRound,
                           int numberOfDecimalPlaces)