Uses of Class
com.sap.ip.me.api.smartsync.FixedDecimal

Packages that use FixedDecimal
com.sap.ip.me.api.smartsync   
 

Uses of FixedDecimal in com.sap.ip.me.api.smartsync
 

Methods in com.sap.ip.me.api.smartsync that return FixedDecimal
 FixedDecimal FixedDecimal.add(FixedDecimal iVal)
          Deprecated. Returns the sum of this FixedDecimal and the specified FixedDecimal parameter.
 FixedDecimal FixedDecimal.multiply(FixedDecimal iVal)
          Deprecated. Returns the product of this FixedDecimal and the specified FixedDecimal parameter.
 FixedDecimal FixedDecimal.divide(FixedDecimal iVal)
          Deprecated. Returns the quotient when this FixedDecimal is divided by the specified FixedDecimal value.
 FixedDecimal FixedDecimal.negate()
          Deprecated. Returns the negative value of this FixedDecimal.
 FixedDecimal FixedDecimal.copy()
          Deprecated. Clones this FixedDecimal instance
 

Methods in com.sap.ip.me.api.smartsync with parameters of type FixedDecimal
 FixedDecimal FixedDecimal.add(FixedDecimal iVal)
          Deprecated. Returns the sum of this FixedDecimal and the specified FixedDecimal parameter.
 FixedDecimal FixedDecimal.multiply(FixedDecimal iVal)
          Deprecated. Returns the product of this FixedDecimal and the specified FixedDecimal parameter.
 FixedDecimal FixedDecimal.divide(FixedDecimal iVal)
          Deprecated. Returns the quotient when this FixedDecimal is divided by the specified FixedDecimal value.
 int FixedDecimal.compareTo(FixedDecimal iVal)
          Deprecated. Compares this FixedDecimal with the specified FixedDecimal regardless of their total lengths nor decimal digit lengths.
 



Copyright © 2005 SAP AG. All Rights Reserved.