|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.plugin.report.engine.util.MathUtils
public class MathUtils
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 |
---|
public MathUtils()
Method Detail |
---|
public static boolean isZero(java.lang.Object obj)
public static double divide(java.lang.Number part, java.lang.Number total)
public static double divide(int part, int total)
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |