Application Integration (On-Premises) : Integration Server Built-In Services : Math Folder : pub.math:multiplyInts
pub.math:multiplyInts
WmPublic. Multiplies one integer (represented as a String) by another and returns the product.
Input Parameters
num1
String Number (integer represented as a String) to multiply.
num2
String Number (integer represented as a String) to multiply.
Output Parameters
value
String Product of num1 and num2.
Usage Notes
Make sure the result of your calculation is less than 64 bits in width (the maximum width for the long data type). If the result exceeds this limit, it will generate a data overflow.
Make sure the strings that are passed to the service in num1andnum2 are in a locale-neutral format (that is, using the pattern -####.##). Passing locally formatted strings may result in unexpected results. For example, calling pub.math:addFloats in a German locale with the arguments 1,23 and 2,34 will result in the value 357, not 3.57 or 3,57.
Copyright © 2015- 2017 Software AG, Darmstadt, Germany. (Innovation Release)

Product LogoContact Support   |   Community   |   Feedback