[[["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\u003eCEIL\u003c/code\u003e function calculates the smallest integer greater than or equal to a given input.\u003c/p\u003e\n"],["\u003cp\u003eIt is used with the \u003ccode\u003eCEIL()\u003c/code\u003e format and returns an integer value.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCEIL\u003c/code\u003e function supports double data types.\u003c/p\u003e\n"],["\u003cp\u003eAn example of finding the ceiling of 3.4 using the \u003ccode\u003e$var1$.CEIL()\u003c/code\u003e format is provided, which returns 4.\u003c/p\u003e\n"]]],[],null,["# CEIL function\n\nSee the [supported connectors](/integration-connectors/docs/connector-reference-overview) for Application Integration.\n\nCEIL function\n=============\n\n`CEIL` function\n---------------\n\nSupported data type\n-------------------\n\n\nThe `CEIL` function supports the following data types:\n\n- Double\n\nExample: Find the ceiling of a number.\n--------------------------------------\n\n\n**Sample data** : `$var1$ = {3.4}`\n\n\n**Usage** : `$var1$.CEIL()`\nFind the ceiling of var1.\n\n\n**Output** : `4`\n\nRecommendation\n--------------\n\n- Learn how to add and configure a [Data Mapping task](/application-integration/docs/configure-data-mapping-task)"]]