# Int Clamp

### Description

Clamps the given value between the given minimum int and maximum int values.

**To create it**, right-click in the editor and select <mark style="color:purple;">Create Node/Tasks/Math/Int Clamp</mark>

This task node has a number of fields, that are highlighted in picture below.

<figure><img src="https://2203000093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGOxTM7Aj9oiVaIINrEkE%2Fuploads%2FD2MtXSslZYR4XBzVne5m%2Fimage.png?alt=media&#x26;token=4964621c-d10d-4937-ae4c-0767c5b95ae5" alt=""><figcaption></figcaption></figure>

### Fields

| Name              | Description                             |
| ----------------- | --------------------------------------- |
| Node Name         | Name of node.                           |
| Ignore About Self | Whether node ignores abort self or not. |
| Key               | Key of int type.                        |
| Min Value         | Minimum int key value.                  |
| Max Value         | Maximum int key value.                  |
