> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/numeric-functions/integer-part.md).

# Integer Part

This Function returns a *\<numeric>*, which is the integer part of the specified **Value**.

Function available for the following operating systems:

![](/files/-MAlQBZuuTnc6hyzKSVQ)

### Parameters

* **Value** *\<numeric> -* Value to get the integer part from.

### **Examples**

* *Example 1*

IntPart(2.4)\
**Result** = 2

* *Example 2*

IntPart(-3.4)\
**Result** = -3

* *Example 3*

IntPart(4)\
**Result** = 4
