ice.util
Class Math

java.lang.Object
  extended byice.util.Math

public class Math
extends Object

Since:
1.3
Version:
1.3
Author:
Jack van Ooststroom

Constructor Summary
Math()
           
 
Method Summary
static double round(double value, int numberOfDecimals)
           
static float round(float value, int numberOfDecimals)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Math

public Math()
Method Detail

round

public static double round(double value,
                           int numberOfDecimals)
                    throws IllegalArgumentException
Throws:
IllegalArgumentException

round

public static float round(float value,
                          int numberOfDecimals)
                   throws IllegalArgumentException
Throws:
IllegalArgumentException