ElegantJCharts Java API Specification v2.0

com.elegantj.graphx
Class FixedDecimal

java.lang.Object
  |
  +--com.elegantj.graphx.FixedDecimal
All Implemented Interfaces:
java.io.Serializable

public class FixedDecimal
extends java.lang.Object
implements java.io.Serializable

FixedDecimal class provides the operations for Decimal values

See Also:
Serialized Form

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

FixedDecimal

public FixedDecimal()
Method Detail

add

public static double add(double inValue1,
                         double inValue2)
This method Adds the two decimal values


subtract

public static double subtract(double inValue1,
                              double inValue2)
This method Subtracts the one value from another


multiply

public static double multiply(double inValue1,
                              double inValue2)
This method Multiplies the two values


divide

public static double divide(double inValue1,
                            double inValue2)
This method Divides the one value by another value


ElegantJCharts Java API Specification v2.0

For any feedback, suggestion, or query, please revert back to support@elegantcharts.com

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjcharts.com
All Rights Reserved.