Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Math Folder | Summary of Elements in this Folder
 
Summary of Elements in this Folder
 
pub.math:absoluteValue
pub.math:addFloatList
pub.math:addFloats
pub.math:addIntList
pub.math:addInts
pub.math:addObjects
pub.math:divideFloats
pub.math:divideInts
pub.math:divideObjects
pub.math:max
pub.math:min
pub.math:multiplyFloatList
pub.math:multiplyFloats
pub.math:multiplyIntList
pub.math:multiplyInts
pub.math:multiplyObjects
pub.math:randomDouble
pub.math:roundNumber
pub.math:subtractFloats
pub.math:subtractInts
pub.math:subtractObjects
pub.math:toNumber
The following elements are available in this folder:
Element
Package and Description
WmPublic. Returns the absolute value of the input number.
WmPublic. Adds a list of floating point numbers (represented in a string list) and returns the sum.
WmPublic. Adds one floating point number (represented as a String) to another and returns the sum.
WmPublic. Adds a list of integers (represented in a String list) and returns the sum.
WmPublic. Adds one integer (represented as a String) to another and returns the sum.
WmPublic. Adds one java.lang.Number object to another and returns the sum.
WmPublic. Divides one floating point number (represented as a String) by another (num1/num2) and returns the quotient.
WmPublic. Divides one integer (represented as a String) by another (num1/num2) and returns the quotient.
WmPublic. Divides one java.lang.Number object by another (num1/num2) and returns the quotient.
WmPublic. Returns the largest number from a list of numbers.
WmPublic. Returns smallest number from a list of numbers.
WmPublic. Multiplies a list of floating point numbers (represented in a String list) and returns the product.
WmPublic. Multiples one floating point number (represented as String) by another and returns the product.
WmPublic. Multiplies a list of integers (represented in a String list) and returns the product.
WmPublic. Multiplies one integer (represented as a String) by another and returns the product.
WmPublic. Multiplies one java.lang.Number object by another and returns the product.
WmPublic. Returns the next pseudorandom, uniformly distributed double between 0.0 and 1.0.
WmPublic. Returns a rounded number.
WmPublic. Subtracts one floating point number (represented as a String) from another and returns the difference.
WmPublic. Subtracts one integer (represented as a String) from another and returns the difference.
WmPublic. Subtracts one java.lang.Number object from another and returns the difference.
WmPublic. Converts a string to numeric data type.