[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDIVIDE\u003c/code\u003e function divides a number by a specified divisor, returning the quotient.\u003c/p\u003e\n"],["\u003cp\u003eIt is used with the syntax \u003ccode\u003eDIVIDE(value)\u003c/code\u003e, where \u003ccode\u003evalue\u003c/code\u003e represents the divisor.\u003c/p\u003e\n"],["\u003cp\u003eThe function supports \u003ccode\u003eDouble\u003c/code\u003e and \u003ccode\u003eInteger\u003c/code\u003e data types.\u003c/p\u003e\n"],["\u003cp\u003eAn example shows that when dividing an integer of 16 by 3, it produces an output of 5.\u003c/p\u003e\n"]]],[],null,["# DIVIDE function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nDIVIDE function\n===============\n\n`DIVIDE` function\n-----------------\n\nSupported data type\n-------------------\n\n\nThe `DIVIDE` function supports the following data types:\n\n- Double\n- Integer\n\nExample: Divide an integer by another integer\n---------------------------------------------\n\n\n**Sample data** : `$var1$ = 16`\n\n\n**Usage** : `$var1$.DIVIDE(3)`\nDivide var1 by 3.\n\n\n**Output** : `5`\n\nRecommendation\n--------------\n\n- Learn how to add and configure a [Data Mapping task](/application-integration/docs/configure-data-mapping-task)"]]