# Int

Rounds the input number down to the largest integer of equal or lesser value.

### Usage

```
Int(number)
```

**number** (required) The number to be rounded.

### Example

(1) Returns 3.

```
Int(3.6)
```

(2) Returns -4.

```
Int(-3.2)
```

(3) Returns the **Int** for each row in the input column.

```
Int([Cost])
```

<figure><img src="https://files.readme.io/aea153b-ppp.png" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.meetuma.ai/uma-knowledgebase/data-and-reporting/analytics-pro/functions/math-functions/int.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
