See the supported connectors for Application Integration.

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)

Divide var1 by 3.

Output: 5

Recommendation