> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# INT

> The INT function rounds a decimal down to the nearest integer. It is supported across multiple YiDA scenarios, including forms, workflow design, and integration & automation. Learn its format, attributes, and return value type, and see examples of how to apply it.

The **INT** function rounds a decimal down to the nearest integer.

## Supported Scenarios

The INT function is supported in the following YiDA scenarios.

* Form (main form fields)
* Form (business association rules)
* Form (validation)
* Workflow design (validation rules)
* Workflow design (associated actions)
* Integration & automation
* Workflow node
* Connector

## Format

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
INT(number)
```

## Attributes

| **Attribute** | **Required** | **Description**         |
| ------------- | ------------ | ----------------------- |
| number        | Yes          | A number to round down. |

## Return Value

| **Return type** | **Description**      |
| --------------- | -------------------- |
| Numerical       | The resulting value. |

## Example

Use the `INT()` function to round the value of a Number component down to the nearest integer.

## Try It Out

Round the value of a Number component down to the nearest integer.
