DIVIDE function
DIVIDE function
| Function Name | Description | Usage | Input parameter | Return value |
|---|---|---|---|---|
DIVIDE |
Divides an existing number by the specified number. | DIVIDE(value) |
Divide by number (divisor). | Quotient of the division operation. |
Supported data type
The DIVIDE function supports the following data types:
- Double
- Integer
Example: Divide an integer by another integer
Sample data: $var1$ = 16
Usage: $var1$.DIVIDE(3)
Output: 5
Recommendation
- Learn how to add and configure a Data Mapping task