See the supported connectors for Application Integration.
MULTIPLY function
MULTIPLY
function
Function Name | Description | Usage | Input parameter | Return value |
---|---|---|---|---|
MULTIPLY |
Multiplies an existing number by the specified number. | MULTIPLY(value) |
Number to multiply. | Product of two numbers. |
Supported data type
The MULTIPLY
function supports the following data types:
- Double
- Integer
Example: Find the product of two integers
Sample data: $var1$ = 10
Usage: $var1$.MULTIPLY(3)
Output: 30
Recommendation
- Learn how to add and configure a Data Mapping task