|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.elegantj.graphx.FixedDecimal
FixedDecimal class provides the operations for Decimal values
| Constructor Summary | |
FixedDecimal()
|
|
| Method Summary | |
static double |
add(double inValue1,
double inValue2)
This method Adds the two decimal values |
static double |
divide(double inValue1,
double inValue2)
This method Divides the one value by another value |
static double |
multiply(double inValue1,
double inValue2)
This method Multiplies the two values |
static double |
subtract(double inValue1,
double inValue2)
This method Subtracts the one value from another |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FixedDecimal()
| Method Detail |
public static double add(double inValue1,
double inValue2)
public static double subtract(double inValue1,
double inValue2)
public static double multiply(double inValue1,
double inValue2)
public static double divide(double inValue1,
double inValue2)
|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||