[[["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-26 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMULTIPLY\u003c/code\u003e function calculates the product of two numbers.\u003c/p\u003e\n"],["\u003cp\u003eThis function accepts \u003ccode\u003eDouble\u003c/code\u003e and \u003ccode\u003eInteger\u003c/code\u003e data types as input.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMULTIPLY\u003c/code\u003e function's usage involves applying the function to a variable, such as \u003ccode\u003e$var1$.MULTIPLY(3)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAs shown by the example, multiplying 10 by 3 with this function produces an output of 30.\u003c/p\u003e\n"]]],[],null,["# MULTIPLY function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nMULTIPLY function\n=================\n\n`MULTIPLY` function\n-------------------\n\nSupported data type\n-------------------\n\n\nThe `MULTIPLY` function supports the following data types:\n\n- Double\n- Integer\n\nExample: Find the product of two integers\n-----------------------------------------\n\n\n**Sample data** : `$var1$ = 10`\n\n\n**Usage** : `$var1$.MULTIPLY(3)`\nMultiply var1 by 3.\n\n\n**Output** : `30`\n\nRecommendation\n--------------\n\n- Learn how to add and configure a [Data Mapping task](/application-integration/docs/configure-data-mapping-task)"]]