com.pmease.quickbuild.plugin.report.engine.util
Class MathUtils

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.util.MathUtils

public class MathUtils
extends java.lang.Object


Constructor Summary
MathUtils()
           
 
Method Summary
static double divide(int part, int total)
           
static double divide(java.lang.Number part, java.lang.Number total)
           
static boolean isZero(java.lang.Object obj)
           
static void main(java.lang.String[] args)
           
 
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

isZero

public static boolean isZero(java.lang.Object obj)

divide

public static double divide(java.lang.Number part,
                            java.lang.Number total)

divide

public static double divide(int part,
                            int total)

main

public static void main(java.lang.String[] args)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.