|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.cartertech.CalcClasses.CarterMath
public class CarterMath
Constructor Summary | |
---|---|
CarterMath()
|
Method Summary | |
---|---|
static double |
lesserOf(double arg0,
double arg1)
Finds the lesser of two doubles |
static int |
lesserOf(int arg0,
int arg1)
Finds the lesser of two integers |
static double |
round(double arg0)
Rounds a double to two places after the decimal point |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CarterMath()
Method Detail |
---|
public static int lesserOf(int arg0, int arg1)
arg0
- An integer to be comparedarg1
- Another integer to be compared
public static double lesserOf(double arg0, double arg1)
arg0
- A double to be comparedarg1
- Another double to be compared
public static double round(double arg0)
arg0
- The number to be rounded
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |